prontera,155,181,5 script Sample#alootid 757,{ select( ( @alootid & 1 )?"Un-loot Elunium":"Loot Elunium", ( @alootid & 2 )?"Un-loot Oridecon":"Loot Oridecon", ( @alootid & 3 )?"Un-loot Both":"Loot Both" ); if( @menu & 1 ){ if( @alootid & 1 == 0 ){ atcommand "@alootid 985"; @alootid += 1; } else{ @alootid -= 1; } } if( @menu & 2 ){ if( @alootid & 2 == 0 ){ atcommand "@alootid 984"; @alootid += 2; } else{ @alootid -= 2; } } close; }