knownAscensions

stannius

Member
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?
 

slyz

Developer
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.
 
Top