Reply to Re: How to start
If you don't have an account, just leave the password field blank.
err is this what you mean??
that stops dink while he talks and lets him move again after talking...
add this if you want another sprite talking
EDIT a really good file for learning how to start scripting is this Intro to dmod making by metatarasal
void talk(void) { freeze(1); say_stop("Dink can chatter in here!!", 1); unfreeze(1); }
that stops dink while he talks and lets him move again after talking...
add this if you want another sprite talking
wait(100); //that leaves a small space of time between talking say_stop("`0I can talk as well as dink", ¤t_sprite);
EDIT a really good file for learning how to start scripting is this Intro to dmod making by metatarasal