1
Mega Tokyo AGI Archive / Re:follow.ego problem
« on: October 20, 2004, 04:49:36 PM »
Add ignore.objs(o1) in your code.
or use distance command unstead like this one:
distance(o0,o1,v102);
if (v102 < 10 &&
!isset(f0)) {
(add stuff here)
}
The second suggestion is better because the object is not need to be really closer and pass through the player sometime.
Robin Gravel
or use distance command unstead like this one:
distance(o0,o1,v102);
if (v102 < 10 &&
!isset(f0)) {
(add stuff here)
}
The second suggestion is better because the object is not need to be really closer and pass through the player sometime.
Robin Gravel