- Joined
- Jan 18, 2010
- Messages
- 44
Hi , i realy need to know how to make a AI cast a custom spell , not from those that are given , please if you know and hive the time to explaint please post your explanation
Thank you .
Thank you .Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you .
Custom script: call IssueImmediateOrder (yourunit, "orderstring")
Custom script: call IssueImmediateOrder (yourunit, "roar")
Custom script: call IssuePointOrderLoc (yourunit, "orderstring", location)
Custom script: call IssueTargetOrder (yourunit, "orderstring", targetunit)
Unit - Add Ability
call IssueImmediateOrder (Footman, "Summon Treant")
call IssueImmediateOrder ('hfoo', 'A000')
