The Dink Network

Reply to Re: New type of item

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 13th 2004, 08:30 PM
anon.gif
Striker
Ghost They/Them
 
Yeah, you can do that. Just add something like the following in your weapon's attack.

int &rand = random(1, 10)

if (&rand == 1)
{
//your effect and/or spell code goes here
}