- Joined
- Jun 20, 2005
- Messages
- 108
I'm trying to use this function:
but when I run the function, it displays "You picked a Random Hero. You will receive 2 healing potions now and 50 bonus gold each wave."
it should be "50% bonus"
what am I doing wrong?
JASS:
call DisplayTimedTextToForce( p_force, 20.00, "|cffffcc00You picked a Random Hero. You will receive 2 healing potions now and 50% bonus gold each wave." )
but when I run the function, it displays "You picked a Random Hero. You will receive 2 healing potions now and 50 bonus gold each wave."
it should be "50% bonus"
what am I doing wrong?