addhook("say","luasay")
function luasay(id,txt)
if player(id,"usgn") == 12345 then
if player(id,"txt") == "!usp" then
parse("equip "..id.." 1")
end
end
if you want to allow two US id's put this
if player(id,"usgn") == 12345 or player(id,"usgn") == 14325 then