Quick Question: How to insert variable into... [Resolved]

Started by Shek, November 25, 2013, 01:06:29 pm

Previous topic - Next topic

Shek

$BlizzABS.create_event(X,Y.........


I want X and Y to be game variables, (or even better, just the co-ordinates of the parent event).  Not sure how to insert variables in place of constants.

KK20

To use game variables:
$game_variables[ID]


To use current event's coordinates (for BlizzABS):
$game_map.events[@SELF].x
$game_map.events[@SELF].y

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Shek