3API_CALLABLE(N(BuildItemChoiceList)) {
8 if (allowedItemList != NULL) {
9 for (i = 0; allowedItemList[i] != ITEM_NONE; i++) {
10 N(ItemChoiceList)[i] = allowedItemList[i];
12 N(ItemChoiceList)[i] = ITEM_NONE;
14 for (i = 0; i < ITEM_NUM_CONSUMABLES; i++) {
15 N(ItemChoiceList)[i] = ITEM_FIRST_CONSUMABLE + i;
16 N(ItemChoiceList)[ITEM_NUM_CONSUMABLES] = ITEM_NONE;
s32 evt_get_variable(Evt *script, Bytecode var)