EvilEngine/Events/PlayMaybe: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
No edit summary
 
Line 1: Line 1:
<onlyinclude>
{{EventInfobox
{{#vardefine:id|0x1A}}<nowiki/>
|image=
{{#vardefine:games|Scooby BFBB TSSM Incredibles ROTU RatProto}}<nowiki/>
|id=26
{{#vardefine:image|}}<nowiki/>
|games=Scooby BFBB TSSM Incredibles ROTU
{{#vardefine:dstassetid|}}<nowiki/>
}}
{{#vardefine:paramassetid|}}<nowiki/>
{{#vardefine:param|'''float''', 0, 0, 0}}<nowiki/>
</onlyinclude>
{{AutoEventInfoBox}}


'''PlayMaybe''' may or may not start playing a [[SDFX|Sound FX]], depending on a random chance.
'''PlayMaybe''' may or may not start playing a [[EvilEngine/SDFX|Sound FX]], depending on a random chance.


==Parameters==
==Parameters==
Line 16: Line 20:


==See also==
==See also==
* {{SlashTrick|Events/Play}}
* {{SlashTrick|EvilEngine/Events/Play}}
* {{SlashTrick|Events/Stop}}
* {{SlashTrick|EvilEngine/Events/Stop}}
* {{SlashTrick|Events/Pause}}
* {{SlashTrick|EvilEngine/Events/Pause}}


[[Category:Events]]
[[Category:EvilEngine Events]]

Latest revision as of 18:49, 1 October 2022

PlayMaybe
ID0x1A
Games usedNight of 100 Frights

Battle for Bikini Bottom
The SpongeBob SquarePants Movie
The Incredibles
Rise of the Underminer

Ratatouille Prototype

PlayMaybe may or may not start playing a Sound FX, depending on a random chance.

Parameters

# Type Description
1 float Percent (0-100) chance that the SDFX will not play. (0 means always play, 100 means never play)

See also