SetCasinoReelStops

Revision as of 00:49, 12 December 2016 by imported>LuthienAnarion (Created page with "{{Function |origin = LU |summary = Sets the number of times a symbol (numbered 1-7) appears on a slot machine reel in a casino form. |name = SetCasinoReelStops |returnType...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

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

Syntax

(none) SetCasinoReelStops casino:form symbol:int value:int

Example

SetCasinoReelStops TheTopsCasinoData 4 1 ; remove 1 stop from symbol 4
SetCasinoReelStops TheTopsCasinoData 7 3 ; add 1 stop to symbol 7

Notes

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

See Also