- Joined
- Nov 1, 2018
- Messages
- 51
Hm... I don't think it's possible to achieve such thing like that. Though, you could directly hide the bloodlust ability by changing it's button position to 0, -11 (x, y), and then order the hero to cast it upon "A unit Starts the effect of an ability" event, or do it with the good old dummy unit.
Hm... I don't think it's possible to achieve such thing like that. Though, you could directly hide the bloodlust ability by changing it's button position to 0, -11 (x, y), and then order the hero to cast it upon "A unit Starts the effect of an ability" event, or do it with the good old dummy unit.
1 - File --> Preference --> Allow negative values in the object editorI can not put the -11 have to copy the value of somewhere?
@leandrotp said:You just need to set its position to 0,-11
(Only this specific value will work, that's what makes it point to a safe location in memory, anything else may cause crashes.)