I have no idea how to input my map ids into this script from the open world script. HELP! Call me dumb, I don't care, but where do I put my map ids?:
<connect map: map_id offset_x offset_y>
I need help!
● ARCHIVED · READ-ONLY
-
-
Is this for VXAce?
Also, what open world script? -
yeah, sorry I thought this applied to all engines.Is this for VXAce?
Also, what open world script?
Also, the script is here (the connected maps one) http://himeworks.com/2013/03/connected-maps
so yes it is vx ace -
Every engine uses a different (version of) coding language.
I've moved this thread to Script Support. Thank you.
-
"<connect map: map_id offset_x offset_y>"
is the notetag template
Writing this,
"<connect map: 3 3 3>"
Means you input 3 as ur map ID. -
The offsets are based on your map width and height. So if your current map is 17 tiles wide and 13 tiles high, as in the example given, and you want to connect map 2 to the right, you would use <connect map: 2 17 0>. If you wanted to connect map 2 to the bottom, it would be <connect map: 2 0 13>.
Please use meaningful thread titles, so people know what you need help with without having to open the thread. Everyone who posts here needs help - say WHAT you need help with in the title of the thread.