And phflack, you can make something that gives you a random weapon? I would like to know how to do that, if it's possible.
and now that somebody has asked (ignoring sentences with people just pounding their keyboard (to get words like plz or u)), this will have 4 random items, and if you're smart, you can edit it for more or less:
[0]onvariabletrue>self>vce_modvariable[random][set][1]
[1]onvaraibletrue>self>vce_modvariable[random][randnum][4]
[2]onvariabletrue>self>vce_ifvaraible[random][==][1][3 4]
[3]onvariabletrue>player>additem[item name]
[4]onvariablefalse>self>vce_ifvariable[random][==][2][5 6]
[5]onvariabletrue>player>additem[item name]
[6]onvariablefalse>self>vce_ifvariable[random][==][3][7 8]
[7]onvariabletrue>player>additem[item name]
[8]onvariablefalse>self>vce_ifvariable[random][==][4][9 9]
[9]onvariabletrue>player>additem[item name]