Jump to content
  • 0

Help Please!


Question

Posted (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 by clydelion

2 answers to this question

Recommended Posts

Posted
    if (.off) end;

   // your script
   announce ...; // last line

   set .off,1;
   initnpctimer;
   waitingroom "[service unavailable]",0;
   end;

OnTimer30000:
   stopnpctimer;
   set .off,0;
   delwaitingroom;
   end;

  • Upvote 1
Posted

	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!! /heh

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...