: oh, howabout what can i change to make my defense do down too? (I would like them to be somewhat equal)
: :p
Save this as key-89.c and press y
This will make all your stats 1, so you can beat on her for as long as you want. Just press again, and it'l be back to normal. Also, I don't know if this will work since I just made it within 30 seconds and am to tired to test it. I hope it works. Also, save a backup file before you use it, otherwise, it might cause problems down the line.
void main( void )
{
if &calculata < 1;
{
make_global_int("&calculata", 1);
make_global_int("&calculatb", 1);
make_global_int("&calculatc", 1);
}
if (&defence > 1)
{
if (&magic > 1)
{
if (&strengh > 1)
{
&defence == &calculata;
&strenght == &calculatb;
&magic == &calculatc;
&defence == 1;
&strenght == 1;
&magic == 1;
wait(10);
kill_this_task();
}
}
}
else
{
&calculata == &defence;
&calculatb == &strenght;
&calculatc == &magic;
wait(10);
kill_this_task();
}
}
: oh, howabout what can i change to make my defense do down too? (I would like them to be somewhat equal)
: :p
Replace &strength in mimifish's script with &defense, and hit Z again.