Page 1 of 1

Eventu, Paralx, GraphX, and NPCConfig is deprecated now. How to prevent this Warnings?

Posted: Thu Mar 11, 2021 1:52 pm
by SuperAlex
Hello Guys I was playing the SMBX levels
1st: A BETA 3 level That said "Eventu" and "paralX"
2nd: An episode that has "ParalX" where the ad contained "GraphX2" and "Textblox"
If "pblock" and "pnpc" are easy to remove and change code.
How can I change in the Eventu, Paralx, GraphX, and NPCConfig.
Note: I was playing "Juggle Physics" (Beta 3 and I use Beta 4 Patch 3) a favorite level and when I started the muchers were flying up fast both normal and brandes and the player with the pink helmet stayed suspended above the stakes celestial below. (block-665)
Try to play your level In BETA 4 And you can repair it and change it in that version.

Re: Eventu, Paralx, GraphX, and NPCConfig is deprecated now. How to prevent this Warnings?

Posted: Thu Mar 11, 2021 2:17 pm
by Emral
Routine instead of eventu (read the warning) (replace eventu.run with Routine.run etc.... it should be a 1:1 conversion in most cases)
Textplus instead of textblox (+ graphx, mathematx, etc) (this one's a bit more involved... we're working on a proper wordbubble script)
Paralx2 instead of Paralx (check the handbook)
NPC.config instead of NPCConfig. (for example, NPC.config[1].nogravity = true makes goombas have nogravity)

Play levels in the version they're made for to avoid issues. Betas don't have guaranteed compatibility between each other.