Displayed Text Problem

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Bl00D R3av3r
Senior Member
Posts: 165
Joined: January 25th, 2008, 5:20 pm
Title: Lazy

Displayed Text Problem

Post by Bl00D R3av3r »

Code: Select all

call DisplayTextToForce(GetForceOfPlayer(GetEnumPlayer()),"TRIGSTR_9999")
How and where do i find the text which is there displayed?


btw. Mods, if u have a better idea for the topic title change it...
Image
Sig by TheWand
User avatar
Senethior459
Forum Staff
Posts: 2618
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: Displayed Text Problem

Post by Senethior459 »

Extract and open the war3map.wts, and either scroll down to 9999, or search for it. It should be in a format like:

Code: Select all

STRING 9999
{
THIS STUFF IS DISPLAYED IN WHATEVER CALLS IT
}
STRING 10000
etc...
The stuff between the bracket things is what is the text that is displayed by the trigger that calls it.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
User avatar
Bl00D R3av3r
Senior Member
Posts: 165
Joined: January 25th, 2008, 5:20 pm
Title: Lazy

Re: Displayed Text Problem

Post by Bl00D R3av3r »

thx u helped me alot
Image
Sig by TheWand