3400b74c-78f4-4ee5-ae49-46159b4b1d51
1.0
2016
0
if (Patroller.PatrolCount = 1) {
MoveObject (Patroller, room)
msg ("The Patroller has changed rooms!")
}
else if (Patroller.PatrolCount = 4) {
MoveObject (Patroller, room 2)
msg ("The Patroller has changed rooms!")
}
else if (Patroller.PatrolCount = 7) {
MoveObject (Patroller, room 3)
msg ("The Patroller has changed rooms!")
}
else if (Patroller.PatrolCount = 10) {
MoveObject (Patroller, room 4)
msg ("The Patroller has changed rooms!")
}
else if (Patroller.PatrolCount = 12) {
Patroller.PatrolCount = 0
}