• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Game Cache

Status
Not open for further replies.
Level 14
Joined
Jul 25, 2011
Messages
1,065
[TRIGGER=Save]Victory
Events
Unit - Knight 0002 <gen> Dies
Conditions
Actions
Cinematic - Fade out over 2.00 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
Game Cache - Create a game cache from map1.w3v
Game Cache - Store Player as Hero of Hero in (Last created game cache)
Game Cache - Save (Last created game cache)
Wait 2.00 seconds
Game - Show custom campaign button 2
Game - Victory Player 1 (Red) (Show dialogs, Show scores)
[/TRIGGER][TRIGGER=Load]Initialization
Events
Map initialization
Conditions
Actions
Game Cache - Create a game cache from map1.w3v
Game Cache - Restore Hero of Hero from (Last created game cache) for Player 1 (Red) at (Center of Region 000 <gen>) facing 0.00
Set Player = (Last restored unit)
[/TRIGGER]
This trigger doesn't work. Can anyone please tell me what's wrong with my trigger?:vw_wtf:
 
Status
Not open for further replies.
Top