How to create text messages using actions and menus?
Posted: Fri May 30, 2008 9:49 pm
I have an item with a custom usage menu -- so when you place it in the champion's hand, you can click its "attack" icon and do different things with it.
I want some of these actions to also generate a message.
I tried adding an "Additional Action" to the "Convert -> Use" tab of my new item. The action is ACTION_OBJECT_ACTIVATE and the item it points to is a unique clone of the WALLITEM_SPEECH.
This clone is placed in the dungeon and has its text string assigned.
No message appears when I use the object.
What gives?
How do we make messages appear as the result of actions?
I want some of these actions to also generate a message.
I tried adding an "Additional Action" to the "Convert -> Use" tab of my new item. The action is ACTION_OBJECT_ACTIVATE and the item it points to is a unique clone of the WALLITEM_SPEECH.
This clone is placed in the dungeon and has its text string assigned.
No message appears when I use the object.
What gives?
How do we make messages appear as the result of actions?