PDA

View Full Version : Increasing Bombs Directly



C-Dawg
06-02-2007, 08:46 PM
I'm looking at the Itemclass variables and wondering if there is a way to increment counters such as bombs or arrows directly. I'm not seeing it...

DarkDragon
06-02-2007, 09:35 PM
Game->Counter or MCounter?

C-Dawg
06-03-2007, 12:50 PM
Doesn't seem to work.

My script includes the following command:

Game->Counter[6] = 1;

Which should execute each frame. It doesn't work. Any idea?

DarkDragon
06-03-2007, 11:13 PM
I'm not having any problems; be sure you're first setting MCounter to a value at least that of Counter; also, if Link doesn't already have super bombs, you'll need to give him some.

C-Dawg
06-15-2007, 02:18 PM
This wouldn't work for me in 2b254, but it works perfectly in 2b339 and above. So, I guess whatever problem I was having was fixed somehow.

It's a mystery.

DarkDragon
06-15-2007, 02:21 PM
Old builds had all kinds of problems with bombs not working in various situations. Glad to hear this one's resolved.