mleo1
Community Contributors
I forgot scripting, rebeginner
Questions
1 I wanna make the npc make a pub/waitingroom that shows count of players on specific map for may pvp warper, I dunno how, How please
lol maybe something like this, testing.
while(1){waitingroomsleepdelwaitingroom}
2 Do you always need an 'end' in the end of script? I always see guys use it, but I dont.
- script test -1,{ announce "1",0; end;}
Same?
3. How to run a script once every week, like 12am sunday. what will i say?
Questions
1 I wanna make the npc make a pub/waitingroom that shows count of players on specific map for may pvp warper, I dunno how, How please
lol maybe something like this, testing.
while(1){waitingroomsleepdelwaitingroom}
2 Do you always need an 'end' in the end of script? I always see guys use it, but I dont.
- script test -1,{ announce "1",0; end;}
Code:
- script test -1,{ announce "1",0;}
3. How to run a script once every week, like 12am sunday. what will i say?
Last edited by a moderator: