I hate to start up my first post with a question, but I need to understand this. I have a basic understanding of programming logic and I only worked in Pascal.
The problem I run into the most often in WE is determining which variable type I am able to use. "No generated variable of this type exists".
Example:
Why can't I use a variable "MaxHealth" of type Integer that stores a unit's maximum health in order to be used in the following instruction?
The problem I run into the most often in WE is determining which variable type I am able to use. "No generated variable of this type exists".
Example:
Why can't I use a variable "MaxHealth" of type Integer that stores a unit's maximum health in order to be used in the following instruction?
-
Events
-
Unit - Unit's life becomes Less than or equal to ((MaxHealth)/2.00)
-