ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/quest_master.ext
(Generate patch)

Comparing deliantra/server/ext/quest_master.ext (file contents):
Revision 1.2 by elmex, Fri Apr 25 10:34:57 2008 UTC vs.
Revision 1.3 by root, Thu May 1 06:47:03 2008 UTC

56 } 56 }
57 } 57 }
58 return undef; 58 return undef;
59} 59}
60 60
61# this is the main command interface for the IPO NPC 61# this is the main command interface for the NPC
62cf::register_script_function "quest_master::talk" => sub { 62cf::register_script_function "quest_master::talk" => sub {
63 my ($who, $msg, $npc) = @_; 63 my ($who, $msg, $npc) = @_;
64 my ($cmd, $arguments) = split /\s+/, $msg, 2; 64 my ($cmd, $arguments) = split /\s+/, $msg, 2;
65 $cmd = lc $cmd; 65 $cmd = lc $cmd;
66 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines