GetCasinoWinningsLevel

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout: New Vegas.

Description

Returns the player's current winnings level for the specified casino form. Used as a script function in the casino form's associated script to handle giving the Achievement as well as a dialogue package to an employee to tell the player they've been banned.

GetCasinoWinningStage does the same, but as a condition function.

Syntax

[help]
(0-4:int) GetCasinoWinningsLevel casino:baseform

Example

if GetCasinoWinningsLevel TheTopsCasinoData == 1 

See Also