- You must first enter the episode's Lunalua file. Since Everett was never given a trigger to activate his character skin, a line of code must be added to activate it. Locate the line of code that activates Susan's character skin, that of which being line 13. Beneath that, enter the line of code that activates Everett's character reskin, that of which being
Code: Select all
Player.setCostume(7,"everett")
- You must next enter GroundPound.lua. If we were to not fix this, the game would experience an error upon attempting to become Everett. Locate the lines of code that register Mario through Link to be able to use the Groundpound, those of which being around line 158. Beneath the line that registers link, enter the line of code that registers Everett as a viable user of the ground pound, that of which being I believe this also fixes Blocky Susan, so you'd just have to replace
Code: Select all
GP.registerCharacter(CHARACTER_WARIO)
withCode: Select all
WARIO
Code: Select all
ULTIMATERINKA
- Enter the level editor and place a Wario Switch block in your desired room. (I recommend the hub.)
- BONUS: Locate the costumes folder, enter the Wario subfolder and the Everett folder within that, and locate the sprite block-641. Drag and drop the sprite into the main Susan Taxplayer episode folder. What this does is reskin the Wario Switch Block.
