The Dink Network

Reply to Re: Item Problems

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:
 
 
June 11th 2007, 01:57 AM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
This probably won't work, but try changing:

if (&weapon >= 2)
{
&strength -= 2;
}

to:

if (&weapon >= 2)
{
&strength -= 5;
}

I don't think this'll do it, but it's worth a try. If it takes of too much, try messing around with the number it takes off till you get it right. I've found with some other languages that you have to try and trick it into doing what you want it to do. And it works. So give it a shot.