scripting:reference:events_reference
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
scripting:reference:events_reference [2020/02/04 21:32] – mit | scripting:reference:events_reference [2023/08/23 16:45] (current) – [MenuOption] mit | ||
---|---|---|---|
Line 70: | Line 70: | ||
^ | **12** = Pub custom button 5| | ^ | **12** = Pub custom button 5| | ||
^ CancelTransaction | N/A | | ^ CancelTransaction | N/A | | ||
- | ^ Notes | Most of these events won't appear until you've first set up the particular custom menu option or other settings. | | + | ^ Notes | Most of these events won't appear until you've first set up the particular custom menu option or other settings. |
//Example// | //Example// | ||
< | < | ||
Line 86: | Line 86: | ||
{ | { | ||
osdcreate(OSDLOWER," | osdcreate(OSDLOWER," | ||
- | | + | |
osdactivate() | osdactivate() | ||
} | } | ||
Line 211: | Line 211: | ||
==== CrowExit ==== | ==== CrowExit ==== | ||
==== Subgame ==== | ==== Subgame ==== | ||
- | ==== SubgameChallengeStart | + | ==== SubgameDuelStart |
- | ==== SubgameChallengeCountdownStart | + | ==== SubgameDuelCountdownStart |
==== RaceStart ==== | ==== RaceStart ==== | ||
==== RaceEnd ==== | ==== RaceEnd ==== | ||
Line 232: | Line 232: | ||
{ | { | ||
$numBongs = sysRealTime(" | $numBongs = sysRealTime(" | ||
+ | if ( $numBongs > 12 ) | ||
+ | { | ||
+ | $numBongs -= 12 | ||
+ | } | ||
$loop = 0 | $loop = 0 | ||
while ( $loop < $numBongs ) | while ( $loop < $numBongs ) |
scripting/reference/events_reference.1580873557.txt.gz · Last modified: 2020/02/04 21:32 by mit