- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
I've been going at it with the dialog system in my map, but for some reason one of the dialogs refuses to have its buttons register with my trigger. I've tried everything, and what's more confusing is that the same exact syntax/access conditions I used for 2 similar dialogs work perfectly, but when copied over the trigger for this dialog doesn't fire off at all.
The offending function is
So what have I done wrong? Here's all the relevant code (it's ugly, any hints on making reading this more elegant?).
I've been going at it with the dialog system in my map, but for some reason one of the dialogs refuses to have its buttons register with my trigger. I've tried everything, and what's more confusing is that the same exact syntax/access conditions I used for 2 similar dialogs work perfectly, but when copied over the trigger for this dialog doesn't fire off at all.
The offending function is
releaseMon
, it just does not fire off. The dialog for it displays, but pressing any button doesn't do anything, and none of my display texts come up either. This is odd, because I use the same mechanism for 2 other dialogs (in takeMon
and dropoffMon
) and they work perfectly (there were some mysterious errors but that is a different topic). So what have I done wrong? Here's all the relevant code (it's ugly, any hints on making reading this more elegant?).
Last edited: