don't spam

This commit is contained in:
Philip Rosedale 2014-10-26 21:18:54 -07:00
parent d0bb6e70ce
commit fde85bb4d2

View file

@ -17,9 +17,9 @@ function update(deltaTime) {
if (Math.random() < deltaTime) {
guide = AvatarList.avatarWithDisplayName(leaderName);
if (guide && !isGuide) {
print("found a guide!");
print("Found a tour guide!");
isGuide = true;
} else if (!isGuide) {
} else if (!guide && isGuide) {
print("Lost My Guide");
isguide = false;
}