S stannius Member Dec 1, 2011 #1 Is there a way to hook into knownAscensions and detect when it's different from the current number of ascensions? And thus perhaps a postAscensionScript should be run?
Is there a way to hook into knownAscensions and detect when it's different from the current number of ascensions? And thus perhaps a postAscensionScript should be run?
S slyz Developer Dec 1, 2011 #2 PHP: int knownAscensions = get_property( "knownAscensions" ).to_int(); I don't know when it would be different from the number of ascensions shown in charsheet.php though.
PHP: int knownAscensions = get_property( "knownAscensions" ).to_int(); I don't know when it would be different from the number of ascensions shown in charsheet.php though.