I wanted to ask if its possible to move the party as they go up or down the stairs to another set of stairs and back again?
You might think its an odd request but I am remaking an old game where the stairs dont match (sometimes) the up and down levels
I have tried to re-create the levels to marry them up but all the stairs just dont fit. I have toyed with the idea of just moving the stairs to fit and if this isnt going to work as I had hoped then I will just do that.
Here is what I have tried so far but I believe there might be a better way..
1) Put a floor inbetween levels that uses a teleport to quickly move the party (its not nice and creates lots of levels, and if you add or move levels you have to go back and re-test it)
2) Use a hidden pressure plate under the stairs and link that to a timer (to stop the game crashing) and then to this script (see below)
Code: Select all
function waterTimerStop()
water_timer:deactivate()
party:setPosition(21, 21, 0, 32)
end
I have spent ages trying to work this out and my head is pumping hot with fuzzy logic
If anyone has done this or knows a good way to do it please let me know....
Many Thanks
