View Single Post
  #4  
Old 02-06-2004, 02:50 AM
Termina_Owner Termina_Owner is offline
Registered User
Join Date: Oct 2003
Posts: 175
Termina_Owner is on a distinguished road
Use RC and say:
/clearnpcs LEVEL


edit: staffblock NPC
NPC Code:

if (playerchats&&strequals(#a,Gman)){
if (strequals(#c,destroy)) destroy;
}



Like that, you won't need to "clearnpcs", but simply say "destroy" on player.

EDIT 2: I should read your question.

NPC Code:

if (created){
setshape 1,32,32;
}


^ That should be placed serverside. The triggeraction doesn't detect the trigger because the shape doesn't have a width/length. To fix that, you must put it. Common error.
__________________
- Rance Vicious
Reply With Quote