Gary
Jump to navigation
Jump to search
Gary
Gary
Description | |
---|---|
Class | |
Type | |
Entity ID | human_base_0024 |
Description | |
---|---|
Class | |
Type | |
Entity ID | human_base_0141 |
Owner and manager at the bank in the City of Arx, and fiancée of Alicia.
Location
Gary is initially standing in the bank, behind the counter. Every time you load the enter the area the he checks if he should move somewhere:
- If you have touched the meteor but not yet talked to the king (
#player_on_quest == 4
), Gary walks home to (marker_0520
). - If you have destroyed the meteor but not yet escaped the jail (
#player_on_quest == 6
), Gary is teleported to his home to (marker_0034
). - If you have escaped the jail but not yet attacked Akbaa with the ultimate weapon (
#player_on_quest == 7
), Gary is teleported to the bank to (marker_0523
). - If you are on any other stage on the main quest and have received the password to the temple of akbaa from Erzog but have not yet used the password (
#player_knows_password == 1
), Gary is teleported home to (marker_0034
). - If you are on any other stage on the main quest and have used the password to enter the temple of Akbaa (
#player_knows_password == 2
), Gary is teleported to the bank to (marker_0523
). - Otherwise Gary stays where he is.
So essentially, Gary goes home while you are on the quest to investigate the temple of Akbaa and destroy the meteor but only if you actually visit the city at one of the right points during the quest.