Go to the source code of this file.
◆ EVT_OPEN_CHEST
#define EVT_OPEN_CHEST |
( |
| item, |
|
|
| flag ) |
Value: { \
Set(flag, TRUE) \
ExecWait(N(EVS_Chest_GetItem)) \
Return \
End \
}
Definition at line 26 of file Chest.inc.c.
26#define EVT_OPEN_CHEST(item, flag) \
27 { \
28 Set(LVarA, item) \
29 Set(flag, TRUE) \
30 ExecWait(N(EVS_Chest_GetItem)) \
31 Return \
32 End \
33 }