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.2 by root, Fri Mar 31 20:43:18 2006 UTC vs.
Revision 1.3 by elmex, Fri Mar 31 22:18:39 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines