Page 1 of 1

(SOLVED) Is there any script to make Raccoon Mario shoot fireballs?

Posted: 30 May 2020, 1:34
by Omega02
In Mario Builder (An old Mario fangame), there was this Fire Raccoon Power up hybrid and I want to recreate it in SMBX. This is what it looks like in Mario Builder: https://www.youtube.com/watch?v=Vigxc6qMeNk&t=104

Posted: 9 Dec 2020, 3:42
by coolXD
Fire Leaf (Custom)

Hi! I need a script to Fire Leaf from Custom by Mario Builder. Here is how it supposed to try now.

Players
Spoiler
Image
Image
Image
Image

Credits
Spoiler
Graphics:
Fire Leaf with Playable Characters
SMB3 Styled SSBB Alternate Costume 3 (Mario) - Ancel3
Luigi, Peach and Toad - coolxd2000

Npcs
Mario Builder Super Fire Leaf - Squishy Rex

Thanks.

Posted: 9 Dec 2020, 17:33
by Omega02
How should I finish this script?

Code: Select all

if char(1).status=4 then
if keypress(-15) or keypress(-17) or keypress(-18) then
call Ncreate(What should I type here?)
end if
end if

Posted: 10 Dec 2020, 3:53
by coolXD
https://www.youtube.com/watch?v=T2tAH0grgGc

Forgot this one Fire Leaf
Image

Thanks :)