View Single Post
  #3  
Old 08-11-2011, 07:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I've also put code in the server-side that lets me chat to destroy it. I.e:

PHP Code:
function onPlayerChats() {
  if (
player.account == "fowlplay4") {
    if (
player.chat == "/destroy") {
      
destroy();
    }
  }

clearnpcs lets you remove all putnpc2 npcs in the level though.
__________________
Quote:
Reply With Quote