- Joined
- Aug 18, 2007
- Messages
- 1,390
Hi all
im making on my RPG, and made a trigger for atmosphere, so when a unit enters a region, it will add a mask to the target to give it a little more "feel"
But when i'll start the game, it says that the trigger is unavialable and the map does not start! this is my trigger:
Any help would be nice
//lord_of_Sausage
im making on my RPG, and made a trigger for atmosphere, so when a unit enters a region, it will add a mask to the target to give it a little more "feel"
But when i'll start the game, it says that the trigger is unavialable and the map does not start! this is my trigger:
- Events
- Unit - unit enters Region1
- Unit - unit enter Region2
- Unit - unit enter Region3
- Conditions
- Actions:
- If (all conditions are true) then do (then actions) else do (else actions)
- If condition
- Region - Region 1 contains (triggering unit)
- then actions:
- Cinematic - Fade out useing white mask and colors xx xx xx useing xx transperencity
- else actions
- If (all conditions are true) then do (then actions) else do (else actions)
- If condition
- Region - Region 2 contains (triggering unit)
- then actions
- Cinematic - Fade out useing white mask and colors xx xx xx useing xx transperencity
- else actions
Any help would be nice
//lord_of_Sausage