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...