Page 1 of 1

How can I make a Thwomp be able to enable Synched Switches?

Posted: Thu Jun 30, 2022 3:44 am
by Deltom
I wanted to make a level where the player has to make a Thwomp hit Synched Switches occasionally to progress, but the problem is: Thwomps can't enable Synched Switches.

Re: How can I make a Thwomp be able to enable Synched Switches?

Posted: Thu Jun 30, 2022 7:55 am
by deice
the easiest way to achieve this is via npc configuration. create a text file in your level folder and name it "npc-id.txt". (without the quotation marks, replace id with the id of the npc, for example if you want every thwomp to be affected you'd want 3 files for ids 295, 435 and 437)
then, place the following inside:

Code: Select all

smash=1
this will make thwomps trigger switch blocks, and it will also make them break through certain blocks like smw turn blocks.
for more details you can go here and ctrl+f for "thwomps"