Need Camera Trigger Help

xxartanisxx

New Member
Reaction score
2
I need to get a trigger to set the camera height by a chat message that a lpayer would type like -cam 2000 or something like that any ideas anyone?
 

Vylatin

New Member
Reaction score
32
Trigger:
  • Zoomout
    • Events
      • Player - Player 2 (Blue) types a chat message containing -zoomout as An exact match
    • Conditions
    • Actions
      • Camera - Set (Triggering player)'s camera Distance to target to 2150.00 over 0.00 seconds


If you want a smooth camera :) then just:

Trigger:
  • Smooth
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Camera - Change camera smoothing factor to 1.75
 

Never_Quit

New Member
Reaction score
16
are you wanting it to be integer based?
like any number that you type will be what is set?

event
-zoomout as a substring
action
Camera - Set Player 1 (Red)'s camera Distance to target to (Real((Substring((Entered chat string), 9, 13)))) over 0.00 seconds
 

xxartanisxx

New Member
Reaction score
2
I'd like it to be like a player would type -cam 2500 and it would zoom to 2500... probably work for numbers between 2000-3000.
 

HydraRancher

Truth begins in lies
Reaction score
197
OFFTOPIC:
>never_quit
(Real((Substring((Entered chat string), 9, 13))))
what do these two numbers mean?

ONTOPIC:
change events so:
a player types -zoomout 2 as a substring
a player types -zoomout 3000 as an exact match
see =)
 

minikrampan

Ultra Cool Member
Reaction score
28
Trigger:
  • cam command
    • Events
      • Player - Player 1 (Red) types a chat message containing -cam as A substring
      • Player - Player 2 (Blue) types a chat message containing -cam as A substring
    • Conditions
      • (Substring((Entered chat string), 1, 5)) Equal to (Matched chat string)
    • Action
      • Camera - Set (Triggering player)'s camera Distance to target to (Real((Substring((Entered chat string), 6, 10)))) over 0.00 seconds


The 6, 10 is where in the enterd chat string you pick your numbers. Like 1, 4 is -cam, 5 is a space.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top