View Single Post
  #47  
Old 05-16-2008, 11:33 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
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!");

what if you want it the other way around? observer to normal ??
Reply With Quote