| 10-23-2006, 08:08 AM | #1 |
i need an intiger comparison that compares how many items a hero is carrying by type. number of items carried by hero of type but the latest we version nor we unlimited has this condition. is there a custom script or somthing i could use to use this condition? |
| 10-23-2006, 10:02 AM | #2 |
Use loops, this is a situation that works great for them. Have a global integer, called whatever, something like "NumberOfItemType" or something. And use this: the integer YourInteger will then show how many items of a type the unit has. |
