Side Scrolling Falling. in Developer Help
|
|
Hello. I'm having some problems.
turf
LoseLife
density = 0
Enter(mob/M)
M.loc=locate(1,4,1)
usr.Life -= 1
usr.die()
When i fall down onto the above turf. it doesn't move me to the location as shown. instead i have to move east or west into it manualy for the thing to go into effect.
What i want to happen is that for when falling down i want it to instantly move the character to the stated location.
note: like in the megaman games. if u fall on spikes u move to another location.
please help some1
P.S. I'm not making a MegaMan Game, lol
|