| 09-13-2002, 05:32 AM | #1 |
im having trouble with a trigger in my game it looks like this Code:
event player-player 1 red types a chat message containing hard as an exact match condition game on equal to false actions set hard=(hard+1) trigger-turn off trigger easy1 (gen) trigger-turn off trigger norm1 (gen) trigger-turn off trigger hard1 (gen) now this is part of a voting system but its not what im having trouble with im having trouble with this next part Code:
game-display to (all players) the text: ((triggering player+has voted for |cFF0000 HARD|r) when i play the game it comes up with [player name] has voted for |cFF0000 Hard what am i doing wrong? |
| 09-13-2002, 09:03 AM | #2 |
Guest | |cFF000000 or |c00FF0000 depending on what color it is you're trying to get (the first is black, I dunno what the 2nd would be) |
| 09-13-2002, 01:55 PM | #3 |
oh so i just add 00 to the end/beggining of the html col0r code? oh and 00FF0000 is green in html code and red in warcraft3 i was tring to get red |
