The Dink Network

Reply to Re: Locking items

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:
 
 
January 2nd 2008, 05:34 AM
pillbug.gif
dinkinfreak
Peasant He/Him Greece
Real lurkers don't appear on the lurkers list. 
See if that works:
In any other weapon script put:
arm()
if(glued_weapon)
{
debug("Can't get that stupid thing off my hands!");
&cur_weapon = &glued_weapon_slot;
arm_weapon();
}