diff options
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/lua.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 46b5b9d30..03f6686b6 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -30,8 +30,8 @@ L_Menu: close; L_GMItems: - getitembound "GMRobe", 1, 1; - getitembound "GMCap", 1, 1; + getitembound GMRobe, 1, 1; + getitembound GMCap, 1, 1; logmes(strcharinfo(0)+" just took a GM set."); logmes(strcharinfo(0)+" just took a GM set.", LOGMES_ATCOMMAND); mes ""; @@ -42,9 +42,9 @@ L_GMItems: L_GMEvent: #GMEVENT_T=gettimetick(2)+(60*60*24); - getitem "StrangeCoin", 20; - logmes(strcharinfo(0)+" just took twenty event coins."); - logmes(strcharinfo(0)+" just took twenty event coins.", LOGMES_ATCOMMAND); + getitem StrangeCoin, 30; + logmes(strcharinfo(0)+" just took thirty event coins."); + logmes(strcharinfo(0)+" just took thirty event coins.", LOGMES_ATCOMMAND); mes ""; mesn; mesq lg("Here they are, miss.", "Here they are, mister."); |