R Rayzero-x Guest Jan 7, 2014 #1 can anyone tell me the input to make an enemy fire a projectile from a distance because they only do it when i'm close to them.
can anyone tell me the input to make an enemy fire a projectile from a distance because they only do it when i'm close to them.
O Ilusionista Captain 100K Jan 7, 2014 #2 just make the RANGE value bigger. For example: anim attack1 loop 0 range 0 200 delay 30 offset 90 116 bbox 80 66 33 50 Click to expand... This will make the enemie use the attack from when he detects some target from 0 to 200 pixels. Upvote 0 Downvote
just make the RANGE value bigger. For example: anim attack1 loop 0 range 0 200 delay 30 offset 90 116 bbox 80 66 33 50 Click to expand... This will make the enemie use the attack from when he detects some target from 0 to 200 pixels.
O Ilusionista Captain 100K Jan 7, 2014 #4 Its on the manual, I suggest you to save it and read all of it dcemulation.org/index.php5?title=OpenBORManual Upvote 0 Downvote
Its on the manual, I suggest you to save it and read all of it dcemulation.org/index.php5?title=OpenBORManual