pets gamble npc..

smoochy boys on tour

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
looking for a scripy of gambilg something and give u pets lol maybe some 1 just post the main gamble script plz ?
 

Dazz

LOMCN Veteran
Veteran
Apr 12, 2008
296
0
63
Try having ago at making one?

Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
 
[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!? 
#ACT
take gold 10000
goto @gamble
break
 
[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
RECALLMOb DarkDevil
#SAY
Enjoy
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
Upvote 0

T0MMY

LOMCN Veteran
Veteran
Aug 5, 2007
2,153
24
145
United Kingdom
Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
 
[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!? 
#ACT
take gold 10000
goto @gamble
break
 
[@gamble]
#IF
RANDOM 5
#ACT
[B]RECALLMOb DarkDevil 2 2[/B]
#SAY
Enjoy
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!

Will recall 2 darkdevils at level 2.
 
Upvote 0

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
Try having ago at making one?

Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
 
[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!? 
#ACT
take gold 10000
goto @gamble
break
 
[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
RECALLMOb DarkDevil
#SAY
Enjoy
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!

[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@next>

[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!?
#ACT
take gold 10000
goto @gamble
break

[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
RECALLMOb DarkDevil
#SAY
Enjoy

#IF
RANDOM 5
#SAY
Sorry, you lost!

#IF
RANDOM 5
#SAY
Sorry, you lost!

#IF
RANDOM 5
#SAY
Sorry, you lost!

#IF
RANDOM 5
#SAY
Sorry, you lost!
break


u got some mistakes ^^
thx in advance
 
Upvote 0

T0MMY

LOMCN Veteran
Veteran
Aug 5, 2007
2,153
24
145
United Kingdom
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@next>

[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!?
#ACT
take gold 10000
goto @gamble
break

[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
RECALLMOb DarkDevil
#SAY
Enjoy

#IF
RANDOM 5
#SAY
Sorry, you lost!

#IF
RANDOM 5
#SAY
Sorry, you lost!

#IF
RANDOM 5
#SAY
Sorry, you lost!

#IF
RANDOM 5
#SAY
Sorry, you lost!
close

So did you. Sorry just had to add that.
 
Upvote 0

Dazz

LOMCN Veteran
Veteran
Apr 12, 2008
296
0
63
Lol I write it in 2 mins in a quick reply box.. just to show you can have ago.. if yu want a 500kb fully working fruit machine I can soon upload :)
 
Upvote 0

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
Lol I write it in 2 mins in a quick reply box.. just to show you can have ago.. if yu want a 500kb fully working fruit machine I can soon upload :)

hehe gimme gimme
i luv ya :P
 
Upvote 0

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
Try having ago at making one?

Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
 
[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!? 
#ACT
take gold 10000
goto @gamble
break
 
[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
RECALLMOb DarkDevil
#SAY
Enjoy
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!
 
#IF
RANDOM 5
#SAY 
Sorry, you lost!

what if i dont wanna risk ... do i do it like this ?
Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
<NO, cant afford it./@Exit>

[@Exit]
Break

this 1 right ?
 
Upvote 0

Dazz

LOMCN Veteran
Veteran
Apr 12, 2008
296
0
63
Do this

[@exit]
#ACT
break
close

/Daz - was on about a +1 thanks on forums :P
 
Upvote 0

Liandrin2

Golden Oldie
Golden Oldie
Loyal Member
Jan 14, 2004
890
6
125
Theres no need for 5 randoms as far as I know, if the first random isn't hit then might as well just end the script.



Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
 
[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!? 
#ACT
take gold 10000
goto @gamble
break
 
[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
#SAY
Enjoy
#ELSEACT
goto @failed

[@failed]
#SAY
Unlucky etc...
 
Upvote 0

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
Theres no need for 5 randoms as far as I know, if the first random isn't hit then might as well just end the script.



Code:
[@main]
#SAY
Sup, wanna gamble, it will cost 10k.\ \
<Ok, why not/@nxt>
 
[@next]
#IF
CHECKGOLD 10000
#ELSESAY
You haven't got the gold to gamble!? 
#ACT
take gold 10000
goto @gamble
break
 
[@gamble]
#IF
RANDOM 5
#ACT
RECALLMOb DarkDevil
#SAY
Enjoy
#ELSEACT
goto @failed

[@failed]
#SAY
Unlucky etc...

thx easier this way lol :)
 
Upvote 0