Really?? because it called that in nsmbx but thanks for the information.Toy Bonnie wrote:Isn't it called: "Thwomp's Shoe"?
Good, I got worried for a second XDConrad.tf wrote:nah, its just a problem with the recorder. The game is finefnafan8888888888 wrote:And the player running sprites are a little buggy too(in the third spoiler).
Thanks a lot for fixing it

OK then, I'll suggest it in script request, thanks for the informationToy Bonnie wrote:That could be possible with scripts.

Thanks a lot, also can you send me a script that will the SMW Turn Block(Block-90) turns when the Thwomp attacks on it?Lx Xzit wrote:Code: Select all
with npc(sysval(param1))
if .stand = 1 and .ivalb = 0 then
.ivalb = 1
call spevent(40)
elseif .stand = 0 then
.ivalb = 0
end if