The Dink Network

Reply to Re: My Pet Death

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:
 
 
July 31st 2015, 03:58 PM
wizardg.gif
leprochaun
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
I've had this bug I've been trying to figure out for a while and I'm wondering if someone can help me solve it. Here's a video of the bug. Essentially what happens is that I have this bow that shoots lightning arrows, and the arrows will creates little lightnings that will bounce off enemies.

The bow script determines whether or not the arrows should be lightning arrows and if they are assign them a script. The bow script also assigns the arrow a gold value which determines the total amount of bounces the lightning can have.

The assigned script checks the brain of the sprite it damaged and if it's of brain 9 or 10 it will look to see if there are any other brain 9 or 10 sprites and shoot another bolt of lightning towards it and then explode. If any of the above checks fail it will explode.

this is a pastie with both scripts.
Please forgive any redundancies or generally ugly scripting on my part.