ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/eval.ext
(Generate patch)

Comparing deliantra/maps/perl/eval.ext (file contents):
Revision 1.3 by elmex, Fri Mar 31 22:18:39 2006 UTC vs.
Revision 1.4 by root, Fri Mar 31 22:47:19 2006 UTC

17 $rv 17 $rv
18} 18}
19 19
20# currently say only 20# currently say only
21sub on_say { 21sub on_say {
22 my ($event) = @_; 22 my ($event, $ob, $who, $msg) = @_;
23 my ($event, $ob, $who, $msg, $options) = @$event{qw(event who activator message options)};
24 23
25 local $_ = $msg; 24 local $_ = $msg;
26 25
27 eval_event $event, '$ob, $who, $msg, $options', $ob, $who, $msg, $options 26 eval_event $event, '$ob, $who, $msg', $ob, $who, $msg
28} 27}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines