mob/verb/CAttack() |
This one doesn't:
mob/shina/proc |
Problem description: I am trying to have Shina walk towards me but it doesn't work unlike the one above. What does the one above have that the below one doesn't?
This one works:
This one doesn't:
Problem description: I am trying to have Shina walk towards me but it doesn't work unlike the one above. What does the one above have that the below one doesn't? | |||
Gland Mopa wrote:
How do I make m not null? I thought I made it target the player? | ||
#3 Feb 20 2012, 6:02 pm
|
||
You need to assign m to the player before use step_to.
Like this:
| ||
1- m is null so shina can't walk to him;
2- The proc doesn't loop, so when shina is created she will search one time and then stops.
You should make an AI proc like the Cassios AI, just make some changes.