View changes for revision:                                                                                                                                                                                          
? Switch (107, rev. 13)
By  snake block on 07-04-14, 06:29 am
Category 'Event controllers', known, fully documented
Event ID's above 64 do not work

Test unused, strange function Output IDs (like make blue coins trail appear, see orange fox's post on jul)

62 makes blue coins appear
Data files:
• /obj/I_switch_ncg.bin
Sprite fields:
Output ID: value at nybble 2-3
Output mode: list at nybble 8: 0=Start ID activation,1=Stop ID activation
Input ID: value at nybble 0-1. 0=Ignore input ID, other value will wait for ID
Input mode: list at nybble 9: 0=One time use,1=Toggle start/stop,2=Unknown???. Timer mode automatically resets switch to opposite output mode. Or it can be reset by another switch. With no timer, a start/stop toggle will respawn when you leave then return to the screen.
Timer mode: list at nybble 6: 0=Timer with music,1=No timer no music.. Setting this to 4 might make it only load when mario returns to a midway point after dying. Setting this to 8 might make the timer music not interrupt the level music (like red coin rings do by default).
Time out sw. delay: list at nybble 5: 0=No Delay,1=Very Long,2=Short,3=Long. In seconds. Only delays multiple on/off hits
Settings: list at nybble 4: 0=Nothing,1=Fall,4=Midway,8=No Music Interrupt. Cannot do separate tickboxes so put it in a list (cannot do more than one anyway).
Upside down: checkbox at nybble 11 with mask 1
Shift ½ right: checkbox at nybble 10 with mask 1
? Switch (107, rev. 14)
By  Hiccup on 09-22-14, 03:44 pm
Category 'Event controllers', known
(no description)
Data files:
• /obj/I_switch_ncg.bin
Sprite fields:
Triggering Event ID: value at nybble 0-1. 0=Ignore input ID, other value will wait for ID
Target Event ID: value at nybble 2-3
Settings: list at nybble 4: 0=None,1=Falls,4=Loads at Midway only,8=No Music Interrupt. If 8 is chosen, the Music will not be interrupted when the Switch is pressed.
Delay on Multi Use: list at nybble 5: 0=Instantaneous (No Delay),2=Short Delay,3=Long Delay,1=Very Long Delay. In seconds. Only delays multiple on/off hits
Non-Timed Event: checkbox at nybble 6 with mask 1
Deactivates Target: checkbox at nybble 8 with mask 1
Usage Mode: list at nybble 9: 0=Single Use,1=Single Use,2=Broken on/off function (Unused). Timer mode automatically resets switch to opposite output mode. Or it can be reset by another switch. With no timer, a start/stop toggle will respawn when you leave then return to the screen.
Shift ½ right: checkbox at nybble 10 with mask 1
Upside Down: checkbox at nybble 11 with mask 1. If this is checked, the Switch will be facing down. Upside down Switches cannot fall.