You could try this:
Code: ags
and put it in repeatedly_execute
Hope it works well
if (cSquirrel.Room == player.Room) {
if (cSquirrel.Moving == false) {
cSquirrel.WalkStraight(Random(320), Random(200), eNoBlock);
}
}
and put it in repeatedly_execute
Hope it works well
