• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Is it posible too

Status
Not open for further replies.
But i think it is posible
http://www.wc3sear.ch/?p=Maps&ID=3264
Insted of using hero use text.
I want too save the the text. In the next game it will load.
it works if u save it and then load it in the same game, but if u exit, it doesnt WHY!!!!!?



whats wrong?

save full text display
Events
Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
Conditions
Actions
Set Text__save = (Text__save + ( + (Entered chat str





save spy display
Events
Player - Player 1 (Red) types a chat message containing -save txt as An exact match
Conditions
Actions
Game Cache - Create a game cache from (Name of Player 1 (Red))
Game Cache - Store Text__save as Code_my[1] of Codes in (Last created game cache)
Set GameCache = (Last created game cache)
Game Cache - Save GameCache



load spy display
Events
Player - Player 1 (Red) types a chat message containing -load txt as An exact match
Conditions
Actions
Game Cache - Create a game cache from (Name of Player 1 (Red))
Game - Display to (Player group((Triggering player))) for 30.00 seconds the text: (Load Code_my[1] of Codes from (Last created game cache))
 
Status
Not open for further replies.
Back
Top