QUOTE (toheka1brian @ Jan 27 2011, 11:29 AM)

I'm developing a bonus grid where players can gain extra stats from it like +5 str, etc. To get to it they use a stat card from their item menu and they're teleported to the grid. Now I'm trying to figure out how to make it so when they're done they can step on a pad and teleport back to where they used the stat card from their menu. Any ideas?
Yeah, I guess I could help. Although if someone else beat me to this topic, they might not have been as helpful. Just guessing.
You just use the "memory place" and "goto memorized place" commands. Use the "memory place" command before teleporting to your bonus grid. Name some variables "MapID," "X," and "Y," for this. Then when you step on the teleport pad, use the "goto memorized place" command with the same variables selected.