View Single Post
  #6  
Old 02-06-2004, 03:18 AM
Termina_Owner Termina_Owner is offline
Registered User
Join Date: Oct 2003
Posts: 175
Termina_Owner is on a distinguished road
Quote:
Originally posted by Termina_Owner

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.

Place that on the serverside of the class...
__________________
- Rance Vicious
Reply With Quote