11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
|
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
|