Save-Point
make event unpassable even by jumping - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: make event unpassable even by jumping (/thread-378.html)



make event unpassable even by jumping - mangamaniacs2064 - 04-05-2010

in my game i can use the command jump.. it is working fine
but i want some events to be solid....

i mean that when you jump you are not be able to pass over it..

so i mean jump then being blocked by a solid object
if this require scripting then tell me how to do it please...


make event unpassable even by jumping - PK8 - 04-05-2010

Doesn't this have something to do with your platforming problem or is this an entirely different problem?


make event unpassable even by jumping - mangamaniacs2064 - 04-05-2010

this is for rpg maker VX

its a different problem i wanted to erase the other post....

i want to modify the script in the game so that when i jump instead of passing after an event (rock for example) i can<t bypass it.

so i jump then a rock is there.. i cant go any further


make event unpassable even by jumping - afters - 04-05-2010

You could probably use a terrain tag to indicate things that cannot be passed even by a jump, but I'm not exactly sure how to script it.


make event unpassable even by jumping - mangamaniacs2064 - 04-05-2010

can someone tell me how to make a tile or an event that cannot be passed even by jumping?