The Dink Network

Reply to Re: Requests and Suggestions

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:
 
 
August 4th 2005, 10:49 AM
pig.gif
In a spell script, e.g fireball,

int &damage = &magic;
&damage / 2;
&damage += 5;
sp_touch_damage(&Whatever_variable_is_used_that_would_refer_to_the_fireball, &damage);

Or something similar to that.