I've make a command system and trying to make a camera command . I've done the trigger but it does'nt work !Can any help ?
-
Zoom
-
Events
- Player - Player 1 (Red) types a chat message containing -zoom as An exact match
- Player - Player 2 (Blue) types a chat message containing -zoom as An exact match
- Player - Player 3 (Teal) types a chat message containing -zoom as An exact match
- Player - Player 4 (Purple) types a chat message containing -zoom as An exact match
- Player - Player 5 (Yellow) types a chat message containing -zoom as An exact match
- Player - Player 6 (Orange) types a chat message containing -zoom as An exact match
-
Conditions
- (Substring((Entered chat string), 1, 6)) Equal to -zoom
-
Actions
- Set Real = (Real((Substring((Entered chat string), 7, (Length of (Entered chat string))))))
- Camera - Set (Triggering player)'s camera Distance to target to (Real((Substring((Entered chat string), 7, (Length of (Entered chat string)))))) over 0.00 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Real Less than or equal to 500.00
-
Then - Actions
- Camera - Set (Triggering player)'s camera Distance to target to 500.00 over 0.00 seconds
- Set Real = 500.00
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Real Greater than or equal to 6000.00
-
Then - Actions
- Camera - Set (Triggering player)'s camera Distance to target to 6000.00 over 0.00 seconds
- Set Real = 6000.00
- Else - Actions
-
If - Conditions
-
Events