View Single Post
  #7  
Old 04-10-2006, 03:57 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by colin012
Wow this helps alot! I have something else to ask. How do you make an passable object unpassable? I made this one spar with a viewer and lava. But the player can swim up the lava water falls. I will atach it in this message.
Use setshape to put an npc over the falls you want to block
NPC Code:

if (created) {
setshape 1,322,110;
}



Ive attached the level so you can see it in action
Attached Files
File Type: nw hnd-fire-spar.nw (9.8 KB, 128 views)
Reply With Quote