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

Damage System Help

Status
Not open for further replies.
Level 18
Joined
Jan 21, 2006
Messages
2,552
  • Custom script: call PrintDamageToPlayer(1, GetTriggerPlayer())
The function that prints the damage (both to all players and to only one player) takes a real variable, which dictates how long the message will be displayed. In addition to that you need to end GetTriggerPlayer with (), because it is also a function (a native function provided by the Warcraft III engine).

The above custom script will display to GetTriggerPlayer() for 1 second. The 1 could be any number (whole or decimal) above 0 (because negative time doesn't make sense).
 
Status
Not open for further replies.
Top