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!");
}
|
what if you want it the other way around? observer to normal ??