The Dink Network

Reply to Re: 3 Answers

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 28th 2003, 12:59 AM
peasantmg.gif
Raven
Peasant He/Him Sweden
 
The grass/bush/undergrowth script looks like this:

void main( void )
{
}

void hit (void)
{
int &bla = compare_weapon("Item-sw3");
if (&bla == 1)
{
//hopefully this will shrink it

sp_brain_parm(&current_sprite, 5);
sp_brain(&current_sprite, 12);
sp_touch_damage(&current_sprite, 0);
sp_timing(&current_sprite, 0);

int &hold = sp_editor_num (&current_sprite);
if (&hold != 0)
editor_type(&hold, 1);
sp_hard(&current_sprite, 1);
//sprite ain't hard no more! Let's redraw the hard map in one area
draw_hard_sprite(&current_sprite);
}
}

I think it's from the Prophecy of the Ancients, but I'm not sure. And I have modified it a bit.

And this bugg only appear, when I have uesd the claw sword first. If I hit the sprite with the fist and then fire it with a fireball, nothing happens.