10-25-2012, 11:58 PM
Code:
1000 {change weapon} knife:=ID_Knife sword:=ID_Sword Self.Attacking()==1 Creatures.Beside()>=3 [equip knife] Self.Equip.LeftHand(!sword!) Exit() {equip knife} Self.Equip.LeftHand(!knife!) Exit()
Chage ID_Knife by the knife's ID and ID_Sword by the ID of the other weapon