View Single Post
  #40  
Old 04-21-2008, 12:41 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
Ok added an event: add an npc GlobalShopControl:
PHP Code:
function onReceiveText(texttypetextoptiontextlines) {
  if (
texttype=="lister" && textoption=="prepareobserver"
    echo(
"account " textlines[0] @ " will be switched to observer mode in 5 seconds!");

Awesome, I will try this out!

Does it have to be named GlobalShopControl?
__________________
Reply With Quote