Npc always stock up players

AsurielRO

New member
Messages
55
Points
0
Emulator
Hercules
Good day i wabt to ask how to fix this problem

Example

- if player/players talk to warper and choose where to warp

Some times the npc dialog disappered and the player stock up need to relogin again

Is there any solution for this please help thank you so much

If this kind of problem is private please pm me ^_^

 
This happens if you close the dialog using close2; but then you forget to use end; to stop the script. Good behavior :

Code:
mes "blablabla";
close2;
emotion 21; // Or other stuff
end;
 
Back
Top