Reply to help me.
If you don't have an account, just leave the password field blank.
I'm scripting my first d-mod and it shuts down the game when reading this script
void talk(void)
{
freeze(1)
say("who are you?", 1);
wait(3000)
say("`3I am the all powerfull helper star!", ¤t_sprite);
wait(3000)
say("what do you have to tell me all pufferfull helper star.", 1); (shuts down here)
wait(3000)
say("`3I was going to tell you sumthing about the game and the meaning of life but sence you made fun of my name I won't tell you anything.", ¤t_sprite);
wait(3000)
say("But will you tell me any thing pls im sorry.", 1);
wait(3000)
say("`3Fine I'll tell you about the game the person who is the creater of this game isnt good at makeing games yet so people won't move.", ¤t_sprite);
wait(3000)
say("what a looser.", 1);
wait(2000)
unfreeze(1)
}
pls help me find out why.
void talk(void)
{
freeze(1)
say("who are you?", 1);
wait(3000)
say("`3I am the all powerfull helper star!", ¤t_sprite);
wait(3000)
say("what do you have to tell me all pufferfull helper star.", 1); (shuts down here)
wait(3000)
say("`3I was going to tell you sumthing about the game and the meaning of life but sence you made fun of my name I won't tell you anything.", ¤t_sprite);
wait(3000)
say("But will you tell me any thing pls im sorry.", 1);
wait(3000)
say("`3Fine I'll tell you about the game the person who is the creater of this game isnt good at makeing games yet so people won't move.", ¤t_sprite);
wait(3000)
say("what a looser.", 1);
wait(2000)
unfreeze(1)
}
pls help me find out why.






