Jump to content
  • 0

about closing and doevent


hakuren

Question


  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   6
  • Joined:  12/02/11
  • Last Seen:  

i have a script that attach to player 1 and 2 that has doevent but when it warps,the player one didnt receive hhahaha please help me

attachrid( .@aid_player1 );

warp "prontera",150,150;

doevent "test1::test";

attachrid( .@aid_player2 );

warp "prontera",150,150;

doevent "test2::test";

close;

case 2:

mes "Ok";

close;

}

}

- script test1 -1,{

test:

sleep2 1000;

dispbottom "hhahaha";

end;

}

- script test2 -1,{

test:

sleep2 1000;

dispbottom "hhahaha";

end;

}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...