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

Comparing deliantra/maps/perl/board.ext (file contents):
Revision 1.6 by root, Sun Aug 27 15:23:30 2006 UTC vs.
Revision 1.7 by root, Sun Aug 27 18:01:38 2006 UTC

73 } 73 }
74 74
75 1 75 1
76}; 76};
77 77
78cf::register_attachment messageboard => 78cf::register_attachment board =>
79 on_apply => sub { 79 on_apply => sub {
80 my ($npc, $who) = @_; 80 my ($npc, $who) = @_;
81 $who->reply ($npc, "Hello, i'm a talking board, 'say help' to get help"); 81 $who->reply ($npc, "Hello, i'm a talking board, 'say help' to get help");
82 do_list ($npc->name, $who, $npc); 82 do_list ($npc->name, $who, $npc);
83 cf::override; 83 cf::override;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines