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