OK, I'm going batty trying to make this work.
Here's the Python API reference, FWIW.
VOID addMessage(INT ePlayer, BOOL bForce, INT iLength, STRING szString, STRING szSound, INT eType, STRING szIcon, ColorType eFlashColor, INT iFlashX, INT iFlashY, BOOL bShowOffScreenArrows, BOOL bShowOnScreenArrows)
Displays an on-screen message
I think I'm getting hung up on the parameters:
STRING szSound
and
INT eType
and
STRING szIcon
because I have no idea what my choices are. Where are the constant references?
Regardless, what I really want is someone to post an example that works. I can monkey it from there.
Any help? Thanks in advance.
Here's the Python API reference, FWIW.
VOID addMessage(INT ePlayer, BOOL bForce, INT iLength, STRING szString, STRING szSound, INT eType, STRING szIcon, ColorType eFlashColor, INT iFlashX, INT iFlashY, BOOL bShowOffScreenArrows, BOOL bShowOnScreenArrows)
Displays an on-screen message
I think I'm getting hung up on the parameters:
STRING szSound
and
INT eType
and
STRING szIcon
because I have no idea what my choices are. Where are the constant references?
Regardless, what I really want is someone to post an example that works. I can monkey it from there.
Any help? Thanks in advance.
Comment