CH:goto( location [, nolook]) Arguments:\\ location [string/number] : can be "random", "wrandom", a target name, or a room vnum\\ nolook [boolean] : Optional argument, default is false. If true, the CH will not automatically look after moving to the target location. Examples:\\ ch:goto("wrandom") goto("random") goto(31404) goto(31404, true) -- won't force a look