Thread: Trigger Action
View Single Post
  #3  
Old 09-11-2001, 09:39 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
here is a good example...

NPC Code:

triggeraction 1,1,warp,;



then put this coding in npc #2

NPC Code:

if (created)
setshape 1,32,32;
if (actionwarp)
setlevel2 frolic_falldown_beg.graal,34,30;


make sure this npc is at the x and y of 0,0

and make sure the picture is like bigger then 16*16 pixels (I recommand like 32*32 pixels)

oh yea make sure you dont hide it also otherwise it wont work
__________________
Thanks,
-KJL
Reply With Quote