- Joined
- Nov 30, 2013
- Messages
- 926
Hello.
I'm making a map when I get a problem about the visbility modifier.
How I can make my visibility disable?
My 1st trigger where I created the visibility modifier
I'm making a map when I get a problem about the visbility modifier.
How I can make my visibility disable?
My 1st trigger where I created the visibility modifier
-
Visibility
-
Events
- Map initialization
- Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
- Visibility - Create an initially Enabled visibility modifier for (Picked player) emitting Visibility across Soul Area <gen>
-
For each (Integer A) from 1 to 12, do (Actions)
-
Loop - Actions
- Set Soul_Area_Visibility[(Integer A)] = (Last created visibility modifier)
-
Loop - Actions
- Visibility - Create an initially Enabled visibility modifier for (Picked player) emitting Visibility across Resting Chamber <gen>
-
Loop - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Events
-
Soul Area Disable
-
Events
- Time - Elapsed game time is 5.00 seconds
- Conditions
-
Actions
-
For each (Integer A) from 1 to 12, do (Actions)
-
Loop - Actions
- Visibility - Disable Soul_Area_Visibility[(Integer A)]
-
Loop - Actions
-
For each (Integer A) from 1 to 12, do (Actions)
-
Events