4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
304 B

Scriptname _00E_MQ11a_LastOilPool extends ObjectReference
{This script blows up the gunpowder barrel once the last destruction stage of the pool is reached}
Event OnDestructionStageChanged(int aiOldStage, int aiCurrentStage)
MQ11a.BlowUpBarrels()
EndEvent
_00E_MQ11a_Functions Property MQ11a Auto