• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Zoom

Status
Not open for further replies.
Level 1
Joined
Mar 26, 2008
Messages
7
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.
 
Level 6
Joined
Aug 13, 2008
Messages
197
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.
Top