Code: Select all
If char(1).Status > 2 Then
Do
If char(1).Status <= 2 Then
char(1).Status = 2
Exit Do
End If
Call sleep(1)
Loop
End If This is what the script meant to do. It lacks something to be a complete SMB3 power-up system.DaveDaCat101 wrote:It doesn't work when I tried it... it just puts me at Mario.

They are NPCs with scripts pushing players and generating bubbles, so they are essential.DaveDaCat101 wrote:One question though, do you have to have the push blocks for it to work?