When I fix one according to the console, it pops up another until I hit a wall where it just says pretty much nothing.
new_3-1,50,113,6 script Willcom Maan 405,{
if( !#Freebies ){
set #Freebies,1;
mes "Welcome to Exia Star RO! Here's some rewards. By the way, talk to Shion twice! She likes that!";
getitem2 1203,1,1,10;
}else{
mes "You have claim the Reward already.";
}
close;
}
I'm using tabs, but for some reason it starts with the }else{ portion.