bumcheekcity
Active member
I'll rewrite it for version 0.6, using the maximise command
// Check if the hatter buff can still be used today
if (item_amount($item[Clan VIP Lounge key])>0&&!in_bad_moon()&&get_property("_lookingGlass")==true&&get_property("_madTeaParty")==false) {
print("You can still visit the Hatter today, use the 'hatter' command to see which buffs are available");
}
// Check if there is a Crimbo Tree present available
if (item_amount($item[Clan VIP Lounge key])>0&&!in_bad_moon()&&get_property("_crimboTree")==true&&to_int(get_property("crimboTreeDays"))==0) {
print("You have a present available under the Crimbo Tree");
}
Is this being superseded by StDoodle's relay script? I haven't checked that out yet.
Some other things that would be nice to add here:
- autosell your bugged beanie / bugged balaclava and get another one
- if a mine is open and you have Unaccompanied Miner, check whether you've spent 5 turns mining
- unused Yellow Ray?
- clovers available & not purchased?
- PvPed for flowers?