Code: Select all
command moveEnemy
if field "f1" is empty then
move image "Knight 2" to random(800), random(600) in 2 seconds
end if
if field "f1" is empty then
move image "Knight 45" to random(800), random(600) in 2 seconds
end if
send "moveEnemy" to me in 2 secs
end moveEnemy