[12102] Implement ACTION_T_CHANCED_TEXT

This action allows to display a text with a chance.
The Chance must be provided in param1, text(s) can be provided in param2, optionally param3
This commit is contained in:
Schmoozerd 2012-08-17 20:56:49 +02:00 committed by Antz
parent afb090f57c
commit 36cb073438
5 changed files with 66 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12101"
#define REVISION_NR "12102"
#endif // __REVISION_NR_H__