RPGMAKER 2K3-MENU TELEPORT PROBLEM
Posts
Pages:
1
I have tried to program teleporting back to memorized position through the memorize position function...guess what? When I use the esc key, wich i binded to the teleporting to custom menu, it teleports there but the problem begins when I want to teleport from menu to mine memorized location, it just keeps teleporting me into 1,0 position on the menu map. The weirdest,total awkward part just comes, when i hit esc key fast enough in rapid succesion, it teleports me back to mine memorized location? Like royal what the fuck? I really dont know what to do, I memorized mine location into variables, key input, conditional, everything it just isnt normal...any advice would be very very helpfull.
Yeah, paste it. I'm interested, it might be an error I could run into sometime, because I'm going to use a similar thing.
When on map
Key input proc:
Branch if Var is 6
Memorize location: ,,
Teleport:0003:Menu (000,000) retain facing
end
When in inventory
Key input proc:
Branch if Var is 6
Recall to location: V,(,)
end
I tried to add Variable to store hero sprite map id into the memorized variable...nothing helped.
Key input proc:
Branch if Var is 6
Memorize location: ,,
Teleport:0003:Menu (000,000) retain facing
end
When in inventory
Key input proc:
Branch if Var is 6
Recall to location: V,(,)
end
I tried to add Variable to store hero sprite map id into the memorized variable...nothing helped.
If you're changing the variables the position is stored in while in the inventory, that would definitely cause the error. Try printing out the coords that you're teleporting to every so often.
just make 3 variables, HERO MAP ID, HEROX, HEROY and use them to memorize and recall position and don't use them anywhere else.
I have erased all non necesary variables and I found where the problem was...the teleport would start when an switch would turn on, so everytime I teleported back to map, it teleported me back into the inventory,made an cycle and it ported me back even without knowing it because I made it an parallel process...oh well added command to turn off the switch and it now works nicely.
Thanks for all the advices.
Thanks for all the advices.
Pages:
1















