DBZu/area/
DBZu/area/imc/
DBZu/boards/
DBZu/clans/
DBZu/color/
DBZu/councils/
DBZu/deity/
DBZu/doc/mudprogs/
DBZu/gods/
DBZu/log/
DBZu/notes/
DBZu/player/a/
DBZu/player/backup/c/
DBZu/player/backup/k/
DBZu/player/c/
DBZu/player/d/
DBZu/player/j/
DBZu/player/k/
DBZu/player/o/
DBZu/player/r/
DBZu/player/s/
DBZu/player/t/
DBZu/player/v/
DBZu/player/w/
DBZu/player/z/
#AREA   {PROTO} Cell's area in progress~



#VERSION 1
#AUTHOR Cell~

#RANGES
0 0 0 0
$

#FLAGS
0

#ECONOMY 0 0

#CLIMATE 2 2 2

#MOBILES
#2002
Receptionist~
Receptionist~
You see a Receptionist awaiting to help you.
~
~
67108867 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n and welcome to the grand casino. If at anytime you
say need information.
say just say "information"
~
> speech_prog p information~
say Ok, there are 3 gaming areas, the first one is blackjack
say Another one is "Guess Where The Ball Is"
say The last is a Lottery Machine
say they are also broken down into amounts you wish to pay.
say Good Luck
~
|
#2007
Bidding Machine~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 10,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 20,000 zeni.
~
> bribe_prog 10000~
if ispc($n)
Say Ok, you may go through
mpforce $n w
endif
~
> bribe_prog > 9999~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
> bribe_prog < 10001~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
|
#2008
Bidding Machine.3~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 25,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 50,000 zeni.
~
> bribe_prog 25000~
if ispc($n)
Say Ok, you may go through
mpforce $n w
endif
~
> bribe_prog > 24999~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
> bribe_prog < 25001~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
|
#2011
Bidding Machine.2~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 50,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 100,000 zeni.
~
> bribe_prog 50000~
if ispc($n)
Say Ok, you may go through
mpforce $n w
endif
~
> bribe_prog > 49999~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
> bribe_prog < 50001~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
|
#2015
Bidding Machine.4~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 500,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 1,000,000 zeni.
~
> bribe_prog 500000~
if ispc($n)
Say Ok, you may go through
mpforce $n w
endif
~
> bribe_prog > 499999~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
> bribe_prog < 500001~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
|
#2017
Bidding Machine.6~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 250,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 500,000 zeni.
~
> bribe_prog 250000~
if ispc($n)
Say Ok, you may go through
mpforce $n w
endif
~
> bribe_prog > 249999~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
> bribe_prog < 250001~
emote starts to humm.
say Sorry but that is not correct, please try again.
~
|
#2019
Bidding Machine.5~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> bribe_prog 100000~
if ispc($n)
unl s
op s
Say Ok, you may go through
mpforce $n s
close s
lock s
endif
~
|
#2026
Bidding Machine.9~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 10,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 20,000 zeni.
~
> bribe_prog 10000~
if ispc($n)
mpoload 2060
unl e
op e
Say Ok, you may go through
mpforce $n e
close e
lock e
junk key
else
endif
~
> bribe_prog > 9999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 10001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2027
Roulette Employee~
Roulette Employee~
Roulette Employee is here waiting for you to begin.
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say just "say red" or "say black" to see if you win.
say Good Luck!
smile
~
> speech_prog p black~
if rand(50) = true
say You Win!!!
mpmset roul gold 20000
give 20000 coins $n
mpoload 2060
unl w
op w
mpforce $n w
close w
lock w
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
junk key
endif
~
> speech_prog p red~
if rand(50) = true
say You Win!!!
mpmset roul gold 20000
give 20000 coins $n
mpoload 2060
unl w
op w
mpforce $n w
close w
lock w
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
junk key
endif
~
|
#2028
Bidding Machine.7~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 25,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 50,000 zeni.
~
> bribe_prog 25000~
if ispc($n)
mpoload 2060
unl s
op s
Say Ok, you may go through
mpforce $n s
close s
lock s
junk key
else
endif
~
> bribe_prog > 24999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 25001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2029
Roulette Employee~
Roulette Employee~
Roulette Employee is here waiting for you to begin.
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say just "say red" or "say black" to see if you win.
say Good Luck!
smile
~
> speech_prog p black~
if rand(25) = true
say You Win!!!
mpmset roul gold 50000
give 50000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
> speech_prog p red~
if rand(25) = true
say You Win!!!
mpmset roul gold 50000
give 50000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
|
#2030
Bidding Machine.8~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 50,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 100,000 zeni.
~
> bribe_prog 50000~
if ispc($n)
mpoload 2060
unl n
op n
Say Ok, you may go through
mpforce $n n
close n
lock n
junk key
else
endif
~
> bribe_prog > 49999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 50001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2031
Roulette Employee~
Roulette Employee~
Roulette Employee is here waiting for you to begin.
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say just "say red" or "say black" to see if you win.
say Good Luck!
smile
~
> speech_prog p black~
if rand(25) = true
say You Win!!!
mpmset roul gold 100000
give 100000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
> speech_prog p red~
if rand(25) = true
say You Win!!!
mpmset roul gold 100000
give 100000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
|
#2034
Bidding Machine.12~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 500,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 1,000,000 zeni.
~
> bribe_prog 500000~
if ispc($n)
mpoload 2060
unl w
op w
Say Ok, you may go through
mpforce $n w
close w
lock w
junk key
else
endif
~
> bribe_prog > 499999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 500001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2035
Roulette Employee~
Roulette Employee~
Roulette Employee is here waiting for you to begin.
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say just "say red" or "say black" to see if you win.
say Good Luck!
smile
~
> speech_prog p black~
if rand(20) = true
say You Win!!!
mpmset roul gold 1000000
give 1000000 coins $n
mpoload 2060
unl e
op e
mpforce $n e
close e
lock e
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl e
op e
mpforce $n e
close e
lock e
junk key
endif
~
> speech_prog p red~
if rand(20) = true
say You Win!!!
mpmset roul gold 1000000
give 1000000 coins $n
mpoload 2060
unl e
op e
mpforce $n e
close e
lock e
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl e
op e
mpforce $n e
close e
lock e
junk key
endif
~
|
#2036
Bidding Machine.10~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 250,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 500,000 zeni.
~
> bribe_prog 250000~
if ispc($n)
mpoload 2060
unl s
op s
Say Ok, you may go through
mpforce $n s
close s
lock s
junk key
else
endif
~
> bribe_prog > 249999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 250001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2037
Roulette Employee~
Roulette Employee~
Roulette Employee is here waiting for you to begin.
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say just "say red" or "say black" to see if you win.
say Good Luck!
smile
~
> speech_prog p black~
if rand(25) = true
say You Win!!!
mpmset roul gold 500000
give 500000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
> speech_prog p red~
if rand(25) = true
say You Win!!!
mpmset roul gold 500000
give 500000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
|
#2038
Bidding Machine.11~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 100,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 200,000 zeni.
~
> bribe_prog 100000~
if ispc($n)
mpoload 2060
unl n
op n
Say Ok, you may go through
mpforce $n n
close n
lock n
junk key
else
endif
~
> bribe_prog > 99999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 100001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2039
Roulette Employee~
Roulette Employee~
Roulette Employee is here waiting for you to begin.
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say just "say red" or "say black" to see if you win.
say Good Luck!
smile
~
> speech_prog p black~
if rand(25) = true
say You Win!!!
mpmset roul gold 200000
give 200000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
> speech_prog p red~
if rand(25) = true
say You Win!!!
mpmset roul gold 200000
give 200000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
|
#2042
Bidding Machine.14~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 10,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 30,000 zeni.
~
> bribe_prog 10000~
if ispc($n)
mpoload 2060
unl e
op e
Say Ok, you may go through
mpforce $n e
close e
lock e
junk key
else
endif
~
> bribe_prog > 9999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 10001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2043
The Shuffler~
The Shuffler~
The Shuffler is here moving his hands fast
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> speech_prog p left~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
mpforce $n w
else
sigh
say Sorry but you lose.
mpforce $n w
endif
~
> speech_prog p right~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
mpoload 2060
unl w
op w
mpforce $n w
close w
lock w
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
junk key
endif
~
> speech_prog p center~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
mpoload 2060
unl w
op w
mpforce $n w
close w
lock w
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
junk key
endif
~
> greet_prog 100~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
mpoload 2060
unl w
op w
mpforce $n w
close w
lock w
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
junk key
endif
~
> speech_prog p left~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
unl w
op w
mpforce $n w
close w
lock w
else
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
endif
~
> speech_prog p right~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
unl w
op w
mpforce $n w
close w
lock w
else
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
endif
~
> speech_prog p center~
if rand(25) = true
say You Win!!!
mpmset shu gold 30000
give 30000 coins $n
unl w
op w
mpforce $n w
close w
lock w
else
sigh
say Sorry but you lose.
unl w
op w
mpforce $n w
close w
lock w
endif
~
|
#2044
Bidding Machine.13~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 25,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 75,000 zeni.
~
> bribe_prog 25000~
if ispc($n)
mpoload 2060
unl s
op s
Say Ok, you may go through
mpforce $n s
close s
lock s
junk key
else
endif
~
> bribe_prog > 24999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 25001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2045
The Shuffler~
The Shuffler~
The Shuffler is here moving his hands fast
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say Just "say left", "say right" or "say center
say To see if you win.
say Good Luck!
smile
~
> speech_prog p left~
if rand(25) = true
say You Win!!!
mpmset shu gold 75000
give 75000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
> speech_prog p right~
if rand(25) = true
say You Win!!!
mpmset shu gold 75000
give 75000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
> speech_prog p center~
if rand(25) = true
say You Win!!!
mpmset shu gold 75000
give 75000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
|
#2046
Bidding Machine.15~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 50,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 150,000 zeni.
~
> bribe_prog 50000~
if ispc($n)
mpoload 2060
unl n
op n
Say Ok, you may go through
mpforce $n n
close n
lock n
junk key
else
endif
~
> bribe_prog > 49999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 50001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2047
The Shuffler~
The Shuffler~
The Shuffler is here moving his hands fast
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say Just "say left", "say right" or "say center
say To see if you win.
say Good Luck!
smile
~
> speech_prog p left~
if rand(25) = true
say You Win!!!
mpmset shu gold 150000
give 150000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
> speech_prog p right~
if rand(25) = true
say You Win!!!
mpmset shu gold 150000
give 150000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
> speech_prog p center~
if rand(25) = true
say You Win!!!
mpmset shu gold 150000
give 150000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
|
#2050
Bidding Machine.18~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 500,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 1,500,000 zeni.
~
> bribe_prog 500000~
if ispc($n)
mpoload 2060
unl w
op w
Say Ok, you may go through
mpforce $n w
close w
lock w
junk key
else
endif
~
> bribe_prog > 499999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 500001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2051
The Shuffler~
The Shuffler~
The Shuffler is here moving his hands fast
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say Just "say left", "say right" or "say center
say To see if you win.
say Good Luck!
smile
~
> speech_prog p left~
if rand(17) = true
say You Win!!!
mpmset shu gold 1500000
give 1500000 coins $n
mpoload 2060
unl e
op e
mpforce $n e
close e
lock e
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl e
op e
mpforce $n e
close e
lock e
junk key
endif
~
> speech_prog p right~
if rand(17) = true
say You Win!!!
mpmset shu gold 1500000
give 1500000 coins $n
mpoload 2060
unl e
op e
mpforce $n e
close e
lock e
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl e
op e
mpforce $n e
close e
lock e
junk key
endif
~
> speech_prog p center~
if rand(17) = true
say You Win!!!
mpmset shu gold 1500000
give 1500000 coins $n
mpoload 2060
unl e
op e
mpforce $n e
close e
lock e
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl e
op e
mpforce $n e
close e
lock e
junk key
endif
~
|
#2052
Bidding Machine.16~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 250,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 750,000 zeni.
~
> bribe_prog 250000~
if ispc($n)
mpoload 2060
unl s
op s
Say Ok, you may go through
mpforce $n s
close s
lock s
junk key
else
endif
~
> bribe_prog > 249999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 250001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2053
The Shuffler~
The Shuffler~
The Shuffler is here moving his hands fast
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say Just "say left", "say right" or "say center
say To see if you win.
say Good Luck!
smile
~
> speech_prog p left~
if rand(20) = true
say You Win!!!
mpmset shu gold 1500000
give 1500000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
> speech_prog p right~
if rand(20) = true
say You Win!!!
mpmset shu gold 1500000
give 1500000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
> speech_prog p center~
if rand(20) = true
say You Win!!!
mpmset shu gold 1500000
give 1500000 coins $n
mpoload 2060
unl n
op n
mpforce $n n
close n
lock n
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl n
op n
mpforce $n n
close n
lock n
junk key
endif
~
|
#2054
Bidding Machine.17~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello there $n, this price will be 100,000 zeni,
say Just give me the money and I shall let you play.
say Also the payout on this game will be 300,000 zeni.
~
> bribe_prog 100000~
if ispc($n)
mpoload 2060
unl n
op n
Say Ok, you may go through
mpforce $n n
close n
lock n
junk key
else
endif
~
> bribe_prog > 99999~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
> bribe_prog < 100001~
emote starts to humm.
say Sorry but that is not correct, please try again.
smile
~
|
#2055
The Shuffler~
The Shuffler~
The Shuffler is here moving his hands fast
~
~
3 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hello $n, would you like to try your luck?
say Just "say left", "say right" or "say center
say To see if you win.
say Good Luck!
smile
~
> speech_prog p left~
if rand(25) = true
say You Win!!!
mpmset shu gold 300000
give 300000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
> speech_prog p right~
if rand(25) = true
say You Win!!!
mpmset shu gold 300000
give 300000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
> speech_prog p center~
if rand(25) = true
say You Win!!!
mpmset shu gold 300000
give 300000 coins $n
mpoload 2060
unl s
op s
mpforce $n s
close s
lock s
junk key
else
mpoload 2060
sigh
say Sorry but you lose.
unl s
op s
mpforce $n s
close s
lock s
junk key
endif
~
|
#2058
Bidding Machine.19~
Bidding Machine~
The Bidding Machine is here awaiting your money.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> bribe_prog 250000~
if ispc($n)
unl e
op e
e
mpmload 2061
w
Say Ok, you may go through
mpforce $n e
close e
lock e
endif
~
> bribe_prog 500000~
if ispc($n)
unl e
op e
e
mpmload 2062
w
Say Ok, you may go through
mpforce $n e
close e
lock e
endif
~
> bribe_prog 1000000~
if ispc($n)
unl e
op e
e
mpmload 2063
w
Say Ok, you may go through
mpforce $n e
close e
lock e
endif
~
> greet_prog 100~
say Nice to see you $n, this is not your usual
say Room behind me. This is where you can win
say Some nice items. The price in either 250k
say 500k, or 1million zeni. just give me the 
say Money and i shall set everything up.
smile
~
|
#2060
Bidding Machine.20~
a newly created Bidding Machine.20~
Some god abandoned a newly created Bidding Machine.20 here.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> bribe_prog 250000~
if ispc($n)
unl w
op w
w
mpmload 2061
e
Say Ok, you may go through
mpforce $n w
close w
lock w
endif
~
> bribe_prog 500000~
if ispc($n)
unl w
op w
w
mpmload 2062
e
Say Ok, you may go through
mpforce $n w
close w
lock w
endif
~
> bribe_prog 1000000~
if ispc($n)
unl w
op w
w
mpmload 2063
e
Say Ok, you may go through
mpforce $n w
close w
lock w
endif
~
> greet_prog 100~
say Nice to see you $n, this is not your usual
say Room behind me. This is where you can win
say Some nice items. The price is either 250k
say 500k, or 1million zeni. just give me the 
say Money and i shall set everything up.
smile
~
|
#2064
Woman~
a newly created Woman~
A Woman is here taking a shower.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
#2065
Beer Bartender~
Beer Bartender~
A Beer Bartender is here taking orders.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say Hey, what can  get for ya?
~
|
#2066
Man~
Man~
A Man is here taking a piss.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
#2068
Liqour bartender~
Liqour Bartender~
A Liqour Bartender is here taking orders.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
> greet_prog 100~
say What kinda hard stuff you looking for?
~
|
#2069
Man~
a newly created Man~
Some god abandoned a newly created Man here.
~
~
1073741827 0 0 S
1 0 0 0d0+0 0d0+0
0 0
112 112 0
#0


#OBJECTS
#2000
Tapions Sheath~
&BT&Ca&Op&Bi&Co&On &RS&rh&we&Ra&rt&wh~
&CA forgotten &BT&Ca&Op&Bi&Co&On &RS&rh&we&Ra&rt&wh &C lies here~
~
9 0 524289
0 80 0 0 95000000 150000000
1 0 0
#2001
Budweiser~
a newly created Budweiser~
Some god dropped a newly created Budweiser here.~
~
17 1073741824 1
0 5 1 0
1 0 0
#2060
Skull Key~
Skull Key~
Some god dropped a newly created Skull Key here.~
~
13 0 16385
0 0 0 0
1 0 0
#0


#ROOMS
#2000
Entrance To The Casino~
From here you can peer into the building and see people crowding around many
places, basically all you can see is a very large room connected to a few 
other with a huge beautifully decorated bar and many people standing around
machines and tables.
~
0 1073741828 1
D0
~
~
0 -1 2001
S
#2001
Through The Doors~
From what you can tell this Casino has many people around a few tables, and 
also a beautifully decorated bar with many people standing around as a bar 
tender runs around filling orders.  A small machine catches your eye as 
lights and a siren go off.  Many people crowd around this little machine as 
if hoping to get some of the cash this person has won. 
~
0 1073741828 1
D0
~
~
0 -1 2002
D2
~
~
0 -1 2000
S
#2002
At A Desk~
Much of the Casino can be seen here that was not visible before.  There is a
Club close by within the confides of the Casino.  It has many beautiful women
on poles and guys laps dancing around.  In another part of the club an even 
bigger bar has been placed here.  Beside this there are male strippers dancing
among the women.
~
0 1073741828 1
D0
~
~
0 -1 2003
D2
~
~
0 -1 2001
S
#2003
blackjack~
~
0 1073741828 1
D0
~
~
0 -1 2004
D1
~
~
0 -1 2005
D2
~
~
0 -1 2002
D3
~
~
0 -1 2013
S
#2004
Though A Hallway~
~
0 1073741828 1
D0
~
~
0 -1 2021
D2
~
~
0 -1 2003
S
#2005
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2006
D3
~
~
0 -1 2003
S
#2006
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2008
D1
~
~
0 -1 2007
D2
~
~
0 -1 2011
D3
~
~
0 -1 2005
S
#2007
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2010
D3
~
~
0 -1 2006
S
#2008
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2009
D2
~
~
0 -1 2006
S
#2009
Floating in a void~
~
0 1073741828 1
D2
~
~
0 -1 2008
S
#2010
Floating in a void~
~
0 1073741828 1
D3
~
~
0 -1 2007
S
#2011
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2006
D2
~
~
0 -1 2012
S
#2012
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2011
S
#2013
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2003
D3
~
~
0 -1 2014
S
#2014
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2017
D1
~
~
0 -1 2013
D2
~
~
0 -1 2019
D3
~
~
0 -1 2015
S
#2015
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2014
D3
~
~
0 -1 2016
S
#2016
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2015
S
#2017
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2018
D2
~
~
0 -1 2014
S
#2018
Floating in a void~
~
0 1073741828 1
D2
~
~
0 -1 2017
S
#2019
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2014
D2
~
~
0 -1 2020
S
#2020
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2019
S
#2021
roulette~
~
0 1073741828 1
D0
~
~
0 -1 2022
D1
~
~
1 2060 2024
D2
~
~
0 -1 2004
D3
~
~
0 -1 2032
S
#2022
Though A Hallway~
~
0 1073741828 1
D0
~
~
0 -1 2023
D2
~
~
0 -1 2021
S
#2023
where is the ball~
~
0 1073741828 1
D0
~
~
0 -1 2056
D1
~
~
0 -1 2040
D2
~
~
0 -1 2022
D3
~
~
0 -1 2048
S
#2024
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2025
D3
~
~
0 -1 2021
S
#2025
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2030
D1
~
~
0 -1 2026
D2
~
~
0 -1 2028
D3
~
~
0 -1 2024
S
#2026
Floating in a void~
~
0 1073741828 1
D1
~
~
7 2060 2027
D3
~
~
0 -1 2025
S
#2027
Floating in a void~
~
0 1073741828 1
D3
~
~
7 2060 2026
S
#2028
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2025
D2
~
~
7 2060 2029
S
#2029
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2028
S
#2030
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2031
D2
~
~
0 -1 2025
S
#2031
Floating in a void~
~
0 1073741828 1
D2
~
~
7 2060 2030
S
#2032
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2021
D3
~
~
0 -1 2033
S
#2033
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2038
D1
~
~
0 -1 2032
D2
~
~
0 -1 2036
D3
~
~
0 -1 2034
S
#2034
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2033
D3
~
~
7 2060 2035
S
#2035
Floating in a void~
~
0 1073741828 1
D1
~
~
7 2060 2034
S
#2036
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2033
D2
~
~
7 2060 2037
S
#2037
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2036
S
#2038
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2039
D2
~
~
0 -1 2033
S
#2039
Floating in a void~
~
0 1073741828 1
D2
~
~
7 2060 2038
S
#2040
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2041
D3
~
~
0 -1 2023
S
#2041
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2046
D1
~
~
0 -1 2042
D2
~
~
0 -1 2044
D3
~
~
0 -1 2040
S
#2042
Floating in a void~
~
0 1073741828 1
D1
~
~
1 2060 2043
D3
~
~
0 -1 2041
S
#2043
Floating in a void~
~
0 1073741828 1
D3
~
~
1 2060 2042
S
#2044
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2041
D2
~
~
7 2060 2045
S
#2045
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2044
S
#2046
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2047
D2
~
~
0 -1 2041
S
#2047
Floating in a void~
~
0 1073741828 1
D2
~
~
7 2060 2046
S
#2048
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2023
D3
~
~
0 -1 2049
S
#2049
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2054
D1
~
~
0 -1 2048
D2
~
~
0 -1 2052
D3
~
~
0 -1 2050
S
#2050
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2049
D3
~
~
7 2060 2051
S
#2051
Floating in a void~
~
0 1073741828 1
D1
~
~
7 2060 2050
S
#2052
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2049
D2
~
~
7 2060 2053
S
#2053
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2052
S
#2054
Floating in a void~
~
0 1073741828 1
D0
~
~
7 2060 2055
D2
~
~
0 -1 2049
S
#2055
Floating in a void~
~
0 1073741828 1
D2
~
~
7 2060 2054
S
#2056
Though A Hallway~
~
0 1073741828 1
D0
~
~
0 -1 2057
D2
~
~
0 -1 2023
S
#2057
Machines~
~
0 1073741828 1
D0
~
~
0 -1 2062
D1
~
~
0 -1 2058
D2
~
~
0 -1 2056
D3
~
~
0 -1 2060
S
#2058
Floating in a void~
~
0 1073741828 1
D1
~
~
3 2060 2059
D3
~
~
0 -1 2057
S
#2059
Floating in a void~
~
0 1073741828 1
D3
~
~
6 -1 2058
S
#2060
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2057
D3
~
w 2061~
7 2060 2061
S
#2061
Floating in a void~
~
0 1073741828 1
D1
~
~
1 2060 2060
S
#2062
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2063
D2
~
~
0 -1 2057
S
#2063
Bathrooms~
~
0 1073741828 1
D0
~
~
0 -1 2066
D1
~
~
0 -1 2064
D2
~
~
0 -1 2062
D3
~
~
0 -1 2065
S
#2064
In the Womens's Bathroom with a shower.~
~
0 1073741828 1
D3
~
~
0 -1 2063
S
#2065
In the Men's Bathroom with a shower.~
~
0 1073741828 1
D1
~
~
0 -1 2063
S
#2066
Floating in a void~
~
0 1073741828 1
D0
~
~
0 -1 2067
D2
~
~
0 -1 2063
S
#2067
Bars~
~
0 1073741828 1
D1
~
~
0 -1 2068
D2
~
~
0 -1 2066
D3
~
~
0 -1 2069
D4
~
~
0 -1 2070
S
#2068
Floating in a void~
~
0 1073741828 1
D3
~
~
0 -1 2067
S
#2069
Floating in a void~
~
0 1073741828 1
D1
~
~
0 -1 2067
S
#2070
Floating in a void~
~
0 1073741828 1
D5
~
~
0 -1 2067
D6
~
~
0 -1 2071
D7
~
~
0 -1 2072
S
#2071
Floating in a void~
~
0 1073741828 1
D9
~
~
0 -1 2070
S
#2072
Floating in a void~
~
0 1073741828 1
D8
~
~
0 -1 2070
S
#2073
Floating in a void~
~
0 1073741828 1
S
#2074
Floating in a void~
~
0 1073741828 1
S
#2075
Floating in a void~
~
0 1073741828 1
S
#2076
Floating in a void~
~
0 1073741828 1
S
#2077
Floating in a void~
~
0 1073741828 1
S
#2078
Floating in a void~
~
0 1073741828 1
S
#2079
Floating in a void~
~
0 1073741828 1
S
#2080
Floating in a void~
~
0 1073741828 1
S
#2081
Floating in a void~
~
0 1073741828 1
S
#2082
Floating in a void~
~
0 1073741828 1
S
#2083
Floating in a void~
~
0 1073741828 1
S
#2084
Floating in a void~
~
0 1073741828 1
S
#2085
Floating in a void~
~
0 1073741828 1
S
#2086
Floating in a void~
~
0 1073741828 1
S
#2087
Floating in a void~
~
0 1073741828 1
S
#2088
Floating in a void~
~
0 1073741828 1
S
#2089
Floating in a void~
~
0 1073741828 1
S
#2090
Floating in a void~
~
0 1073741828 1
S
#2091
Floating in a void~
~
0 1073741828 1
S
#2092
Floating in a void~
~
0 1073741828 1
S
#2093
Floating in a void~
~
0 1073741828 1
S
#2094
Floating in a void~
~
0 1073741828 1
S
#2095
Floating in a void~
~
0 1073741828 1
S
#2096
Floating in a void~
~
0 1073741828 1
S
#2097
Floating in a void~
~
0 1073741828 1
S
#2098
Floating in a void~
~
0 1073741828 1
S
#2099
Floating in a void~
~
0 1073741828 1
S
#0


#RESETS
M 1 2019 1 2019
M 1 2015 1 2015
M 1 2017 1 2017
M 1 2007 1 2007
M 1 2011 1 2011
M 1 2008 1 2008
M 1 2002 1 2002
M 1 2037 1 2037
M 1 2035 1 2035
M 1 2039 1 2039
M 1 2031 1 2031
M 1 2029 1 2029
M 1 2027 1 2027
M 1 2042 1 2042
M 1 2060 1 2060
G 1 2060 1
D 0 2060 3 2
M 1 2058 1 2058
G 1 2060 1
D 0 2058 1 1
M 1 2065 2 2069
M 1 2030 1 2030
G 1 2060 1
M 1 2026 1 2026
G 1 2060 1
M 1 2046 1 2046
G 1 2060 1
M 1 2054 1 2054
G 1 2060 1
M 1 2038 1 2038
G 1 2060 1
M 1 2036 1 2036
G 1 2060 1
M 1 2052 1 2052
G 1 2060 1
M 1 2028 1 2028
G 1 2060 1
M 1 2034 1 2034
G 1 2060 1
M 1 2050 1 2050
G 1 2060 1
M 1 2044 1 2044
G 1 2060 1
M 1 2043 1 2043
G 1 2060 1
M 1 2045 1 2045
G 1 2060 1
M 1 2053 1 2053
G 1 2060 1
M 1 2047 1 2047
G 1 2060 1
M 1 2055 1 2055
G 1 2060 1
M 1 2051 1 2051
G 1 2060 1
M 1 2064 1 2064
M 1 2066 1 2065
S


#SHOPS
0


#REPAIRS
0


#SPECIALS
S


#$