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

Comparing deliantra/maps/perl/NPC_Dialogue.pm (file contents):
Revision 1.3 by root, Sat Jun 24 00:16:33 2006 UTC vs.
Revision 1.4 by root, Wed Jul 19 08:52:57 2006 UTC

8 8
9=cut 9=cut
10 10
11package NPC_Dialogue; 11package NPC_Dialogue;
12 12
13sub has_dialogue { 13sub has_dialogue($) {
14 my ($ob) = @_; 14 my ($ob) = @_;
15 15
16 $ob->get_message =~ /^\@match /; 16 $ob->get_message =~ /^\@match /;
17} 17}
18 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines