This is the second version of my script !say equip, I hope you like it.
http://www.unrealsoftware.de/files_show.php?file=7282 v1.0
Have Fun
Approved by Sparty
Download
678 b, 680 Downloads
addhook("say","equips") function equips(id,txt) 	if string.sub(txt,1,6) == "!equip" then 		parse('equip '..id..' '..string.sub(txt,8,string.len(txt))..' ') 	end 	return 1 end