Jump to content

Gambling script


majinshinsa

Recommended Posts

Im making a perk that unbans you from all the casinos. the perk's only requirement is being banned from a casino then it runs a script (right now i have it perk to a quest that references the script. should i cut out the quest part?) would this work in unbanning you?

scn vPerkGamblerSCRIPT

 

short SmallFry

short BigWinner

short Whale

short Banned

 

 

begin GameMode

if GetCasinoWinningsLevel TheTopsCasinoData == 4 && Banned == 1

set Banned to 0

set Whale to 0

set BigWinner to 0

set SmallFry to 0

endif

if GetCasinoWinningsLevel GomorrahCasinoData == 4 && Banned == 1

set Banned to 0

set Whale to 0

set BigWinner to 0

set SmallFry to 0

endif

if GetCasinoWinningsLevel AtomicWranglerCasinoData == 4 && Banned == 1

set Banned to 0

set Whale to 0

set BigWinner to 0

set SmallFry to 0

endif

if GetCasinoWinningsLevel VikkiVanceCasinoData == 4 && Banned == 1

set Banned to 0

set Whale to 0

set BigWinner to 0

set SmallFry to 0

endif

if GetCasinoWinningsLevel UltraLuxeCasinoData == 4 && Banned == 1

set Banned to 0

set Whale to 0

set BigWinner to 0

set SmallFry to 0

endif

end

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...