Switch to edit mode.
Name(s): look_self1: this:tell("You sense " + player:title(1) + " looking at you...") 2: if (this.name == "manta") 3: pass(@args) 4: else 5: player:tell("You see " + player:title()) 6: endif 7: suspend(3) 8: if ($object_utils:connected(this, 0)) 9: player:tell(this:title() + " looks back at " + player:title() + ".") 10: else 11: player:tell(this:title() + " is dreaming about " + player:title()) 12: endif 13: "Last modified by Dax (#789) on Tue Jun 2 14:21:42 1998 EDT."