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.
12 lines
282 B
12 lines
282 B
2 years ago
|
require( "ID/WarHH/WarHHData" )
|
||
|
|
||
|
|
||
|
function EVENT_DEINIT_FUNCTION( EventMemory )
|
||
|
cExecCheck( "EVENT_INIT_FUNCTION_1" )
|
||
|
|
||
|
EventMemory["EM_STATE"] = EM_STATE["Start"]
|
||
|
EventMemory["EventNumber"] = EventMemory["EventNumber"] + 1
|
||
|
EventMemory["EventState"] = ES_STATE["STATE_1"]
|
||
|
|
||
|
end
|