--- deliantra/server/lib/cf/mapscript.pm 2010/01/10 19:21:47 1.8 +++ deliantra/server/lib/cf/mapscript.pm 2010/04/30 18:28:16 1.9 @@ -83,7 +83,7 @@ =item trigger $id_or_object[, $state] Triggers the linked chain with the given I id, or the connected -chain associated with the given object (if an objetc reference is passed), +chain associated with the given object (if an object reference is passed), and passes the given state (or C<1>, if missing) to it. =cut @@ -94,7 +94,7 @@ =item timer $id_or_object, $seconds -Starts the timer on the given mapscript object (usually, $id_or_object is +Starts the timer on the given mapscript object (usually, C<$id_or_object> is C<$self>). When the timer expires on the mapscript object, it will trigger the script with C<$activator == $self> and C<$originator == undef>.