diff options
-rw-r--r-- | npc/001-1/cookiemaster.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index f2965ba6..a1842950 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -4,6 +4,11 @@ // Reid // Description: // Cookie NPC, beware, if you don't take your cookie, she'll keep it! +// Variables: +// General_Cookies +// Values: +// 0 Default, didn't get a cookie. +// 1 Get a cookie. 001-1.gat,34,33,0,0 script Cookie Master 319;2,{ if ((countitem("DeliciousCookie") == 1) && (getq(GeneraL_Cookies) == 1)) |