The Dink Network

Reply to Re: arm and kill

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 21st 2006, 06:19 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
&cur_weapon = 1;
arm_weapon();

assuming that the fists are in the first slot. There's a 1.08 function that gets the slot of a given item script;

In 1.08, use:

&cur_weapon = get_item("item-fst");
arm_weapon();

EDIT: Blah, redink1 was first...