Hercules Posted September 16, 2012 Posted September 16, 2012 (edited) How can i make my Broadcaster creates a room titled "Service Unable" after a player use it's service, But when the 30 sec interval ends,The room will removed at the top the npc and it's service will be resumed again. Edited September 17, 2012 by clydelion Quote
Euphy Posted September 16, 2012 Posted September 16, 2012 if (.off) end; // your script announce ...; // last line set .off,1; initnpctimer; waitingroom "[service unavailable]",0; end; OnTimer30000: stopnpctimer; set .off,0; delwaitingroom; end; 1 Quote
Hercules Posted September 17, 2012 Author Posted September 17, 2012 if (.off) end; // your script announce ...; // last line set .off,1; initnpctimer; waitingroom "[service unavailable]",0; end; OnTimer30000: stopnpctimer; set .off,0; delwaitingroom; end; Thanks a lot!! Quote
Question
Hercules
How can i make my Broadcaster creates a room titled "Service Unable" after a player use it's service,
But when the 30 sec interval ends,The room will removed at the top the npc and it's service will be resumed again.
Edited by clydelion2 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.