• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

My TD is not working...

Which of these Game Types would you create?


  • Total voters
    8
  • Poll closed .
Status
Not open for further replies.
Level 3
Joined
Oct 30, 2005
Messages
43
Game - Display to Lives the text: (( + ((Name of (Entering unit)) + has reached the end! )) + ((String(Lives)) + chances left)) === that trigger doesn't work. I cant select the varieble Lives. How do I fix it? and an other question i have too. the damage of towers. if i fix Damage Base = 5 then the damage turns to 4-6 in the game. i want it 5-5 damage. help!

And cameras. isn't there a camera tutorial somewhere on hive workshop?
 
Last edited:
Level 3
Joined
Oct 30, 2005
Messages
43
ok not to all players...then it doesn't work...could you explain more exactly, shados?


and the damage and range ?
 
Last edited:
Level 1
Joined
Apr 6, 2004
Messages
1
Set the number of lives as an integer variable.

When a unit leaves or enters a region, you want to subtract 1 from the lives variable.

Events:
A unit enters a region

Condition:
Owner of (Entering Unit) equals to (Computer Player or Spawning Player)

Actions:
Remove (Entering Unit)
Set Lives = Lives - 1
Display to all players the text (You have string(Lives) chances left.)

This should work
 

SKoDBlastoise

S

SKoDBlastoise

First of all i'm just answering the base damage. Just turn the base damage to 4 and turn damage number of dice to 1 and change damage sides per die to 1. Then check in game the tower attack should be 5-5
 
Status
Not open for further replies.
Top