Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: locowhiteknight on January 01, 2014, 06:31:40 pm

Title: Blizz-ABS: Referencing party member coordinates on map
Post by: locowhiteknight on January 01, 2014, 06:31:40 pm
With the caterpillar mode turned on, how would I go about referencing my party members x,y coordinates as they move about the map? I tried searching for an answer online and tried to figure it out myself, but I'm stuck.  :???:
Title: Re: Blizz-ABS: Referencing party member coordinates on map
Post by: KK20 on January 01, 2014, 08:26:49 pm
Not sure if there's an easier call

$BlizzABS.actors[PARTY_POSITION].x
$BlizzABS.actors[PARTY_POSITION].y

where a value of 0 indicates the first member in the party (the player).
Title: Re: Blizz-ABS: Referencing party member coordinates on map
Post by: locowhiteknight on January 01, 2014, 08:53:45 pm
It worked perfectly.

Thanks again, KK20 (LevelUp).  :)
Title: Re: Blizz-ABS: Referencing party member coordinates on map
Post by: Blizzard on January 02, 2014, 04:16:44 am
Just keep in mind that this takes pixel movement values into account.