1
2
3
4
5
6
2
3
4
5
6
if title=="Clan Menu" then if buton==1 then parse('equip "...self..." 81') parse('equip "...self..." 4') parse('equip "...self..." 59') elseif buton==2 then
uff, i want it to equip the following : 81,4,59 when the player press the button , i want just how to do there like
1
parse('equip "??" 81')
Help?