on_zone_load

Response Typescript
EntitiesRooms, Mobiles, Objects
ParameterszoneId1 zoneId2 zoneId3 ...

    This trigger will fire when a zone is being loaded whose ID is in the
parameter list. The script is invoked immediately after the zone has been
cleared and so it preempts the zone commands themselves and any other
reset logic. If you want something to occur after the zone commands have
executed then you can add a 0 second wait to the script which will allow
it to run almost immediately after the zone has been reloaded.

@zoneId - The ID of the zone being loaded.