How can I change the "Ambushed!" text in something else?
Moderator: Forum Moderators
Forum rules
- Please use [code] BBCode tags in your posts for embedding WML snippets.
- To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
How can I change the "Ambushed!" text in something else?
I'm trying to make an ability similar to the ambush one, but that works everywhere and with a different alert message. Well, the ability works, but I am not able to change the alert message.
Here is the code usedAm I doing something wrong or there are problems with the alert key?
Thanks.
Here is the code used
Code: Select all
#define ABILITY_FOAP_INVISIBLE
[hides]
id=foap_invisible
name= _ "invisible"
name_inactive= _ "invisible"
description= _ "......."
affect_self=yes
alert= _ "test message"
[/hides]
#enddef
Thanks.
Re: How can I change the "Ambushed!" text in something else?
Sounds like a job for a bug report; alert= should work.
Re: How can I change the "Ambushed!" text in something else?
Thanks, and reported.