how do you make bowser stop shooting hammers
Posted: Sat Dec 03, 2022 11:54 am
I want to make bowser stop shooting hammers like the earlier bosses in SMB
Forums for SMBX
https://www.smbxgame.com/forums/
Code: Select all
function onTick()
for _, v in NPC.iterate(200) do
v.ai4 = 351
end
end