Quote:
Originally Posted by Stefan
Ok added an event: add an npc GlobalShopControl:
PHP Code:
function onReceiveText(texttype, textoption, textlines) {
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?