Auto 'Next'

nanakiwurtz

New member
Messages
75
Points
0
Location
Jupiter
Github
nanakiwurtz
Emulator
rAthena
You know, some people have creative mind and creates a story line for their own server, but from user's perspective, it's quite tiring if we have to click the 'Next' button (or simply press Enter) in order to read the story.

So is there a way to make an 'Autonext' (or something like that) as a script command plugin, so the user don't necessarily have to press the next button everynow and then.
Maybe the command could have a timeout too.
So it will be like:
 

mes "[NPC]", "Hello!", "I will count to 3, get ready!";autonext,1;mes "[NPC]", "1";autonext,1;mes "[NPC]", "2";autonext,1;mes "[NPC]", "3";autonext,1;mes "[NPC]", "Done.";close;

default_smile.png


 
Last edited by a moderator:
Back
Top