• 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.

Cinematic quest help

Status
Not open for further replies.
Level 9
Joined
Jun 26, 2007
Messages
659
no

something like this:
  • Actions
    • Game Cache - Create a game cache from YourCampaignName.w3v
    • Set GameCacheVar = (Last created game cache)
    • Set AlreadyPlayedVar = (Load AlreadyPlayedLabel of YourMapName from GameCacheVar)
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • AlreadyPlayedVar Equal to FALSE
      • Then - Actions
        • -------- play your cinematic --------
        • Set AlreadyPlayedVar = TRUE
        • Game Cache - Store AlreadyPlayedVar as AlreadyPlayedLabel of YourMapName in GameCacheVar
        • Game Cache - Save GameCacheVar
 
Last edited:
Status
Not open for further replies.
Top