ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/scorn/shops/apartment_shop.map
(Generate patch)

Comparing deliantra/maps/scorn/shops/apartment_shop.map (file contents):
Revision 1.6 by elmex, Mon Sep 18 17:35:02 2006 UTC vs.
Revision 1.7 by root, Mon Sep 18 18:35:09 2006 UTC

949end 949end
950arch c_man 950arch c_man
951name Apartment salesman 951name Apartment salesman
952msg 952msg
953@match * 953@match *
954@parse ^rent (\S+)$ 954@parse ^rent\s+(\S+)$
955@eval rent::rent $who->contr, $match->[0] 955@eval rent::rent $who->contr, $match->[0]
956 956
957@match * 957@match *
958@parse ^stop (\S+)$ 958@parse ^stop\s+(?:rent\s+)?(\S+)$
959@eval rent::stop $who->contr, $match->[0] 959@eval rent::stop $who->contr, $match->[0]
960 960
961@match renting|renting an apartment 961@match renting|renting an apartment
962@msg "You can choose between these models:\n" 962@msg "You can choose between these models:\n"
963@eval rent::overview $who->contr, 2 963@eval rent::overview $who->contr, 2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines