Page 1 of 1

How Do I add Iceflower to Tux without using Bonus block

PostPosted: 29 May 2012, 16:40
by Tiger_v15
How Do I add Iceflower to Tux without using Bonus block. I want to use Powerup but I won't work. Is there a special script to wright?

Re: How Do I add Iceflower to Tux without using Bonus block

PostPosted: 29 May 2012, 21:29
by LMH
To make the iceflower work as a powerup you need to include the script:
{l Code}: {l Select All Code}
Tux.add_bonus(\"iceflower\");
play_sound(\"sounds/fire-flower.wav\");

This should get you the bonus as well as the powerup sound. Since the iceflower is not yet a regular part of the game (only really used in custom levels) the powerup has setup has been overlooked for the time being.

Re: How Do I add Iceflower to Tux without using Bonus block

PostPosted: 31 May 2012, 16:43
by Tiger_v15
Thanks. But I just found out anyway...
I am working on a Mod of super tux called PIXEL BOY 2.
Should I post it here?

Re: How Do I add Iceflower to Tux without using Bonus block

PostPosted: 31 May 2012, 17:14
by ctdabomb
Tiger_v15 {l Wrote}:Thanks. But I just found out anyway...
I am working on a Mod of super tux called PIXEL BOY 2.
Should I post it here?

sure