• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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