Go to the source code of this file.
Macros | |
| #define | EVT_LETTER_PROMPT(npcName, npcID, animTalk, animIdle, msg1, msg2, ms3, msg4, itemID, itemList) |
| #define | EVT_LETTER_REWARD(npcName) |
| #define | EVT_LETTER_CHECK(npcName) |
Enumerations | |
| enum | DeliveryResult { DELIVERY_NOT_POSSIBLE = 0 , DELIVERY_REJECTED = 1 , DELIVERY_ACCEPTED = 2 } |
| #define EVT_LETTER_PROMPT | ( | npcName, | |
| npcID, | |||
| animTalk, | |||
| animIdle, | |||
| msg1, | |||
| msg2, | |||
| ms3, | |||
| msg4, | |||
| itemID, | |||
| itemList ) |
Definition at line 187 of file LetterDelivery.inc.c.
Definition at line 199 of file LetterDelivery.inc.c.
Definition at line 208 of file LetterDelivery.inc.c.
| Enumerator | |
|---|---|
| DELIVERY_NOT_POSSIBLE | |
| DELIVERY_REJECTED | |
| DELIVERY_ACCEPTED | |
Definition at line 7 of file LetterDelivery.inc.c.