Page 1 of 1

Toad and coins...

Posted: Tue Sep 26, 2017 1:22 pm
by squp
I'm making an episode featuring Toad,i was wondering if you could make it so just normal coins come out when you hit an item block... It bugs me that SMB2 tokens come out instead!

Re: Toad and coins...

Posted: Tue Sep 26, 2017 1:31 pm
by Zha Hong Lang
There are two solutions, one that involves lua and one that doesn't:

1. using a few lines of lua, change each SMB2 coin that appears into an SMB3 coin
2. change the graphics of the SMB2 coin into an SMB3 coin

Re: Toad and coins...

Posted: Tue Sep 26, 2017 4:37 pm
by squp
Zha Hong Lang wrote:There are two solutions, one that involves lua and one that doesn't:

1. using a few lines of lua, change each SMB2 coin that appears into an SMB3 coin
2. change the graphics of the SMB2 coin into an SMB3 coin
Thanks, I'd really prefer the lua one.