prontera,72,226,1 script portal::portal1 45,2,2,{
set @Prize,rand(1,3);
if (@Prize==1) goto sidji;
if (@Prize==2) goto loeroe;
if (@Prize==3) goto teloe;
sidji:
getitem 606,10;
atcommand "@load";
close;
loeroe:
getitem 608,20;
atcommand "@load";
close;
teloe:
getitem 607,20;
atcommand "@load";
close;
}