diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-30 00:07:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-30 00:07:51 -0300 |
commit | e6b4cc4e9adcd27248acdd8a9c01b6a1a4cef417 (patch) | |
tree | 1fbdfd7d03c23aa827c828f2710ae57e1573d65f /npc/031-4 | |
parent | b9d9ca30323376fbf85d2c3b343ac55442037eaf (diff) | |
download | serverdata-e6b4cc4e9adcd27248acdd8a9c01b6a1a4cef417.tar.gz serverdata-e6b4cc4e9adcd27248acdd8a9c01b6a1a4cef417.tar.bz2 serverdata-e6b4cc4e9adcd27248acdd8a9c01b6a1a4cef417.tar.xz serverdata-e6b4cc4e9adcd27248acdd8a9c01b6a1a4cef417.zip |
Roulette - Gambling Fedja. Limited to low payout options only for now.
Engine and time constraints. Maybe in future, you'll be able to bet on numbers
as well.
Diffstat (limited to 'npc/031-4')
-rw-r--r-- | npc/031-4/gambler.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/031-4/gambler.txt b/npc/031-4/gambler.txt index 60da552d2..66e8267c2 100644 --- a/npc/031-4/gambler.txt +++ b/npc/031-4/gambler.txt @@ -270,25 +270,3 @@ OnInit: } -// Random NPC -/* -020-4,70,36,4 script Gambling Fedja NPC_PLAYER,{ - mesn; - mesq l("Argh... I can never get it right! If only he drew an Ace or a Joker on the first draw... But he never does that!"); - next; - mesn; - mesq l("That rat... I already spent @@ @@ with him!!", $XAN_BETS, getitemlink(CasinoCoins)); - mes l("If I weren't tempted to try again everytime someone gets it right..."); - close; - -OnInit: - .@npcId = getnpcid(.name$); - setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); - setunitdata(.@npcId, UDT_HEADBOTTOM, JeansShorts); - - .sex = G_MALE; - .distance = 4; - npcsit; - end; -} -*/ |