You're unstoppable!
Great tutorials mate!
My way;
switch(objectID) {
case 4876:
if(misc.random(3)== 1){
TheifStall("General stall", "and recieve some coins", 1, 50*playerLevel[17], 995, misc.random(3125), 0x340);
break;
case 4877:
if(misc.random(3)== 1){
TheifStall("Magic stall", "and recieve some coins", 41, 100*playerLevel[17], 995, misc.random(6250), 0x340);
break;
case 4878:
if(misc.random(3)== 1){
TheifStall("Scimitar stall", "and recieve some coins", 72, 200*playerLevel[17], 995, misc.random(12500), 0x340);
break;
case 4874:
if(misc.random(3)== 1){
TheifStall("Crafting stall", "and recieve some coins", 93, 400*playerLevel[17], 995, misc.random(25500), 0x340);
break;
Cleaner.