View Single Post
  #1  
Old 11-04-2010, 12:21 AM
ZeroG ZeroG is offline
Developer
Join Date: Oct 2010
Posts: 12
ZeroG is on a distinguished road
"/clearnpcs" from Script

Is it possible to clear all the npcs in the level with a script in the same way you would with "/clearnpcs *.nw" in RC? For example let's put this script on an npc:

PHP Code:
function onPlayerTouchsMe(){
  
clearnpcs osl.nw;

I'm 100% sure this isn't how you would do it, but it's just to help you understand what I mean.
Reply With Quote