Hercules Posted September 16, 2012 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 104 Reputation: 1 Joined: 05/04/12 Last Seen: November 16, 2012 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted September 16, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
Hercules Posted September 17, 2012 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 104 Reputation: 1 Joined: 05/04/12 Last Seen: November 16, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
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 clydelionLink to comment
Share on other sites
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.