#Is it possible to cast ability without cast point time, not making cd and without using mana ?
1 messages · Page 1 of 1 (latest)
Found 3 functions for setcursor
🇸 CDOTA_BaseNPC:SetCursorCastTarget(entity: CDOTA_BaseNPC|nil): nil
🇸 CDOTA_BaseNPC:SetCursorPosition(location: Vector): nil
🇸 CDOTA_BaseNPC:SetCursorTargetingNothing(targetingNothing: bool): nil
just set the target and do ability:OnSpellStart()
😄 it works, thx!