Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Corby on April 27, 2003, 10:26:29 PM

Title: walk_on_water flag
Post by: Corby on April 27, 2003, 10:26:29 PM
Does anyone know the flag that's set when your character enters an area with the water priority(the murky blue one)
thank you :)
Title: Re:walk_on_water flag
Post by: robingravel on April 27, 2003, 10:53:53 PM
if (isset(f0)){
 ...
}
else{
 ...
}


Robin Gravel
Title: Re:walk_on_water flag
Post by: Corby on April 28, 2003, 01:59:23 AM
Super!  :)