- Joined
- Jun 7, 2008
- Messages
- 440
I did a brief one through a couple beginner Jass tutorials, And i was wondering do all of the BJ Functions have a native that they use? Like:
Can i call this function without having to use (forgive me im a beginner) BJ?
I can read a Jass trigger, I cannot recreate one - yet, but im trying to stomp my way through this. I came across a trigger that had this, and wanted to see if there was a more convenient way of doing this.
JASS:
call IssueImmediateOrderBJ( GetAttacker(), "stop" )
Can i call this function without having to use (forgive me im a beginner) BJ?
I can read a Jass trigger, I cannot recreate one - yet, but im trying to stomp my way through this. I came across a trigger that had this, and wanted to see if there was a more convenient way of doing this.