Reply to Re: Script Question
If you don't have an account, just leave the password field blank.
: I know this is really, really basic, but I am having trouble getting a sprite to talk. I am using WinDinkEdit. The sprite is a tree. It has no brain. I am using CEdit to write scripts. Here is what I wrote:
: say("I am glad you are here, Dink", 1);
: I also tried:
: void say("I am glad you are here, Dink", 1);
If you want to refresh your memory, try some of the tutorials that are available, and read through the tut1.txt, develop.txt and check DinkC Help.
You could also give my file TROS a try, that is about the really, really basic stuff.
Good luck!
: say("I am glad you are here, Dink", 1);
: I also tried:
: void say("I am glad you are here, Dink", 1);
If you want to refresh your memory, try some of the tutorials that are available, and read through the tut1.txt, develop.txt and check DinkC Help.
You could also give my file TROS a try, that is about the really, really basic stuff.
Good luck!
