Zoom

Status
Not open for further replies.

PhoenixClaw

P

PhoenixClaw

Hi, im new at making maps im trying to get a trigger that zooms out but dont technically know how some help?

Basically when a person says -zoom (amt[500]) it will zoom that distance.
 
well u can use substrings
events:
player 1 types -zoom as a substring
conditions
substring(entered string)1,6=-zoom
event
set (your variable) = substring(entered string)7,9
set(player) camera dist to target to (your variable) over 0 sec
 
Status
Not open for further replies.
Back
Top