Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: rollo on March 23, 2013, 03:36:29 PM

Title: where is API?
Post by: rollo on March 23, 2013, 03:36:29 PM
Can someone tell me where I will find the API for WME? I have looked in help file F1, I have looked in online book. Basically, I need to know for example, what commands are available to me to use in the engine. Many thanks
Title: Re: where is API?
Post by: Mnemonic on March 23, 2013, 04:35:58 PM
I have looked in help file F1
You didn't look good enough. See "Scripting in WME -> Script language reference".
Title: Re: where is API?
Post by: rollo on March 23, 2013, 05:02:06 PM
ooppss. Thanks Mnemonic. Only place I didn't look. :-)
Title: Re: where is API?
Post by: rollo on March 23, 2013, 05:10:04 PM
There is one more thing. I am not using an actor but just point & click. With an actor if I click on an object, the respose is in white near the actor. I am using Game.Msg(speak); to respond , but it is printing the message in green and under the inventory bar, which I assume is the correct place. Is there a way to have the message printed in a different font perhaps in some kind window or certainly near the object I am looking at. Thanks