Code:
ceil( ( 5 - get_property( "guyMadeOfBeesCount" ).to_int() ) * ( .25 * ( 1 - ( <bathroom_combat_rate> + combat_rate_modifier() ) ) ) )
ceil( ( 5 - get_property( "guyMadeOfBeesCount" ).to_int() ) * ( .25 * ( 1 - ( <bathroom_combat_rate> + combat_rate_modifier() ) ) ) )
item it;
boolean flyers=false;
if (item_amount($item[rock band flyers]) > 0)
{
it=$item[rock band flyers];
flyers=true;
}
if (item_amount($item[jam band flyers]) > 0)
{
it=$item[jam band flyers];
flyers=true;
}
if (my_location() == $location[hole in the sky] && flyers )
return act(throw_item(it));
item flyers = $item[none];
if (item_amount($item[rock band flyers]) > 0) flyers = $item[rock band flyers];
if (item_amount($item[jam band flyers]) > 0) flyers = $item[jam band flyers];
if (flyers != $item[none]) return act(throw_item(flyers));
I think there is something wrong with hippy-0-balloon warplan
My wife, Kattawynn had tried 3 times to manually get her Wossname but something always seemed to go awry. She was able to let the script run while doing 10 other things to prepare for the long weekend, which made her very happy. She has her medal and asked me if I could express her appreciation to Zarqon and everyone else who helped to make this script.
@StormCrow: You can capture cli_execute() commands? News to me. That will be changed in the next update.