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;
}