GetCasinoReelStops

From the Fallout3 GECK Wiki
Revision as of 00:42, 12 December 2016 by imported>LuthienAnarion (Created page with "{{Function |origin = LU |summary = Returns the number of times a symbol (numbered 1-7) appears on a slot machine reel in a casino form. |name = GetCasinoReelStops |returnT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the number of times a symbol (numbered 1-7) appears on a slot machine reel in a casino form.

Syntax

[help]
(int) GetCasinoReelStops casino:form symbol:int

Example

set iStops to GetCasinoReelStops TheTopsCasinoData 4

Notes

The "W" or winning symbol is #7. The total number of stops on a slot machine reel must equal 14.

See Also