Vietlubu Posted December 23, 2012 Posted December 23, 2012 prontera,156,173,5 Script Text 77,{ mes "the first."; close; } on the first click. it show: "the first". close. when affter 10 seconds back and click again on NCP. --> show "the second" sorry with my bad english Quote
Capuche Posted December 23, 2012 Posted December 23, 2012 (edited) I dunno what you want to do, maybe something like this ? prontera,156,173,5 Script Text 77,{ if( .busy ) end; if( !.sw ) mes "the first."; else mes "the second"; set .sw, !.sw; close2; initnpctimer; set .busy, 1; end; OnTimer10000: set .busy, 0; stopnpctimer; end; } Edited December 23, 2012 by Capuche 1 Quote
Question
Vietlubu
on the first click. it show: "the first". close.
when affter 10 seconds back and click again on NCP. --> show "the second"
sorry with my bad english
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.