Cirno2022/script/KevinSystem/kevin_system/Lib_Const.dnh

11 lines
382 B
Plaintext
Raw Normal View History

2022-09-14 15:23:27 +00:00
//Custom events
const EV_DROP_POINT_ENEMY = EV_USER + 200i;
const EV_DROP_PIV_ENEMY = EV_USER + 201i;
const EV_SINGLE_ITEM_DROP = EV_USER + 202i;
const EV_DROP_EXTEND = EV_USER + 203i;
const EV_EXPLODE = EV_USER + 300i;
//const SYSTEMID_PTR = LoadAreaCommonDataValuePointer("ScriptID", "SystemID", 0);
//const ITEMID_PTR = LoadAreaCommonDataValuePointer("ScriptID", "ItemID", 0);