Hi,
I'm trying to get the GUIAnimation plugin to work from
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=29113.0
The download only has a .txt and a .scm file.
I've tried to put them in folders but to no avail. I've searched around and apprently i am supposed to get a .dll file?
Is this true or am i misunderstanding.
Also while i'm on the subject, instead of starting a new thread, i've read it's not possible to do any form of Wait() command without Blocking, i was wondering if this has changed at all?
If not, is there any way to emulate it?
that is all, i appreciate any help, Matt.
To import a .scm file, right click the Scripts node in the project tree.
Wait() pauses the game; depending on what you want to achieve, you'll probably want to use a Timer.
Look up SetTimer() and IsTimerExpired().
Thanks for that, i did try looking all over the place for help with that.
SetTimer, i'm looking at it now, thanks again.
what would i do without you :)