Quote:
|
Originally Posted by zokemon
If it is in a level npc try this:
NPC Code:
if (created) setshape 1,1,1;
if (actionplayerhit) setlevel2 darkrose-eh-main.nw,40.5,19;
//#CLIENTSIDE
if (playerhit) triggeraction x,y,playerhit,;
|
Thanks man, and everyone else for the help. This is the one is the one that worked for me.