Remove all "Set Points" and change it to getitem pods
prontera,x,y,3 script Test 99{
mes "Hello"
Switch(select("Option 1","Option 2")){
case 1:
mes "This is Option 1";
end;
case 2:
mes "This is Option 2";
getitem 503,1; // This is the code for getting item
end;
}
end;
}