- Joined
- Mar 24, 2013
- Messages
- 1,105
Hello, how do I change it so that a player can choose how far out they'd want to zoom?
I'm trying to make it so any number the user enter has their screen zoom accordingly. And not just a flat 2500
Any help would be fantastic!
-
[TRIGGER]Camera Change
-
Events
- Player - Player 1 (Red) types a chat message containing -cam as An exact match
- Player - Player 2 (Blue) types a chat message containing -cam as An exact match
- Player - Player 3 (Teal) types a chat message containing -cam as An exact match
- Player - Player 4 (Purple) types a chat message containing -cam as An exact match
- Player - Player 5 (Yellow) types a chat message containing -cam as An exact match
- Player - Player 6 (Orange) types a chat message containing -cam as An exact match
- Player - Player 7 (Green) types a chat message containing -cam as An exact match
- Player - Player 8 (Pink) types a chat message containing -cam as An exact match
- Player - Player 9 (Gray) types a chat message containing -cam as An exact match
- Player - Player 10 (Light Blue) types a chat message containing -cam as An exact match
- Player - Player 11 (Dark Green) types a chat message containing -cam as An exact match
- Player - Player 12 (Brown) types a chat message containing -cam as An exact match
- Conditions
-
Actions
- Player Group - Add (Triggering player) to CamPlayerGroup
-
Player Group - Pick every player in CamPlayerGroup and do (Actions)
-
Loop - Actions
- Camera - Set (Picked player)'s camera Distance to target to 2500.00 over 0.00 seconds
- Player Group - Remove (Picked player) from CamPlayerGroup
-
Loop - Actions
-
Events
I'm trying to make it so any number the user enter has their screen zoom accordingly. And not just a flat 2500
Any help would be fantastic!