EvilEngine/Events/Increment: Difference between revisions

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


'''Increment''' increases an [[CNTR|counter]]'s value by 1. If the counter's new value is between 1 and 20, a matching Count# event will automatically be sent to the counter.
'''Increment''' increases an [[EvilEngine/CNTR|counter]]'s value by 1. If the counter's new value is between 1 and 20, a matching Count# event will automatically be sent to the counter.


Note: if the counter is expired, this event won't do anything.
Note: if the counter is expired, this event won't do anything.

==Parameters==
N/A


==See also==
==See also==
* {{SlashTrick|Events/Decrement}}
* {{SlashTrick|EvilEngine/Events/Decrement}}
* {{SlashTrick|Events/Expired}}
* {{SlashTrick|EvilEngine/Events/Expired}}
* {{SlashTrick|Events/Reset}}
* {{SlashTrick|EvilEngine/Events/Reset}}
* {{SlashTrick|Events/Count1}}
* {{SlashTrick|EvilEngine/Events/Count1}}
* {{SlashTrick|Events/Count2}}
* {{SlashTrick|EvilEngine/Events/Count2}}
* {{SlashTrick|Events/Count3}}
* {{SlashTrick|EvilEngine/Events/Count3}}
* {{SlashTrick|Events/Count4}}
* {{SlashTrick|EvilEngine/Events/Count4}}
* {{SlashTrick|Events/Count5}}
* {{SlashTrick|EvilEngine/Events/Count5}}
* {{SlashTrick|Events/Count6}}
* {{SlashTrick|EvilEngine/Events/Count6}}
* {{SlashTrick|Events/Count7}}
* {{SlashTrick|EvilEngine/Events/Count7}}
* {{SlashTrick|Events/Count8}}
* {{SlashTrick|EvilEngine/Events/Count8}}
* {{SlashTrick|Events/Count9}}
* {{SlashTrick|EvilEngine/Events/Count9}}
* {{SlashTrick|Events/Count10}}
* {{SlashTrick|EvilEngine/Events/Count10}}
* {{SlashTrick|Events/Count11}}
* {{SlashTrick|EvilEngine/Events/Count11}}
* {{SlashTrick|Events/Count12}}
* {{SlashTrick|EvilEngine/Events/Count12}}
* {{SlashTrick|Events/Count13}}
* {{SlashTrick|EvilEngine/Events/Count13}}
* {{SlashTrick|Events/Count14}}
* {{SlashTrick|EvilEngine/Events/Count14}}
* {{SlashTrick|Events/Count15}}
* {{SlashTrick|EvilEngine/Events/Count15}}
* {{SlashTrick|Events/Count16}}
* {{SlashTrick|EvilEngine/Events/Count16}}
* {{SlashTrick|Events/Count17}}
* {{SlashTrick|EvilEngine/Events/Count17}}
* {{SlashTrick|Events/Count18}}
* {{SlashTrick|EvilEngine/Events/Count18}}
* {{SlashTrick|Events/Count19}}
* {{SlashTrick|EvilEngine/Events/Count19}}
* {{SlashTrick|Events/Count20}}
* {{SlashTrick|EvilEngine/Events/Count20}}


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

Latest revision as of 18:25, 1 October 2022

Increment
ID0xB
Games usedNight of 100 Frights

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

Ratatouille Prototype

Increment increases an counter's value by 1. If the counter's new value is between 1 and 20, a matching Count# event will automatically be sent to the counter.

Note: if the counter is expired, this event won't do anything.

See also