• 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.

[Solved] Zoom Camera for just 1 player?

Status
Not open for further replies.
Level 7
Joined
Jul 1, 2008
Messages
1,025
Hi there, I would like to know how to zoom camera for just one player after he types a chat command, there dosnt seem to be the option for "triggering player".

I also need to know how to just display message to typing player aswell please, heres my trigger so far:

  • Reset Camera
    • Events
      • Player - Player 1 (Red) types a chat message containing -far as An exact match
      • Player - Player 1 (Red) types a chat message containing -reset as An exact match
    • Conditions
    • Actions
      • Camera - Set Player 1 (Red)'s camera Distance to target to 3200.00 over 1.00 seconds
      • Game - Display to (All players) the text: To zoom the camera ...
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
make event for all 12 player and in action use trigger player
have option for that
  • Camera - Set (Previous owner)'s camera Distance to target to 0.00 over 0.00 seconds
  • Set pg = (Player group((Triggering player)))
  • Game - Display to pg the text: pista elment :D
  • Custom script: call DestroyForce(udg_pg)
pg = player group variable
 
Status
Not open for further replies.
Top