majinshinsa Posted April 3, 2011 Share Posted April 3, 2011 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 SmallFryshort BigWinnershort Whaleshort 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 endifend Link to comment Share on other sites More sharing options...
Recommended Posts