1. How do I turn off the little sounds when you use an ability in the command. When u use it with a hotkey or click the button it does this small sound. How do i remove it?
Also other small questions:
2. Setting Left click or right click as a hotkey in the data, NOT TRIGGER EVENTS!
3. Totally removing the selection radius. already have set the model radius to 0 but there is still a green dot.
4. There a way to lower the radius of a unit so that when searching an area with triggers or data it can be smaller chance of being detected?
5. How to change a unit's attribute thur data, like armored to light etc..
1) ^
2) Not Possible
3) Not sure what you mean
4) Once again, not sure what you mean. If you just want something to search for a unit but only have a certain % chance of doing something, use the "pick each unit in unit group" trigger event, and then pick a random integer 1-X. If it is 1, then use the event. (If you want say a 75% chance, pick a random integer 1-4. If it is not 4, then return true.)
5) ^. If you are talking about dynamically changing a units attribute, it is not possible.
1. How do I turn off the little sounds when you use an ability in the command. When u use it with a hotkey or click the button it does this small sound. How do i remove it?
Also other small questions:
2. Setting Left click or right click as a hotkey in the data, NOT TRIGGER EVENTS!
3. Totally removing the selection radius. already have set the model radius to 0 but there is still a green dot.
4. There a way to lower the radius of a unit so that when searching an area with triggers or data it can be smaller chance of being detected?
5. How to change a unit's attribute thur data, like armored to light etc..
thanks
1)
5)
@gamfvr: Go
1) ^
2) Not Possible
3) Not sure what you mean
4) Once again, not sure what you mean. If you just want something to search for a unit but only have a certain % chance of doing something, use the "pick each unit in unit group" trigger event, and then pick a random integer 1-X. If it is 1, then use the event. (If you want say a 75% chance, pick a random integer 1-4. If it is not 4, then return true.)
5) ^. If you are talking about dynamically changing a units attribute, it is not possible.
Great to be back and part of the community again!