Bale
Minion
It would be convenient if mafia kept track of our hippy stone being broken.
It would have a default value of "". When we break it, hippyStoneBroken can be set to the current date. It would then be reset to "" if the character ascends or we reach the first day of an odd numbered month. (5/1, 7/1, 9/1, 11/1, 1/1, 3/1) That's why the preference keeps track of the date it was broken, so we can compare it to the current date and see if it has healed.
I want this because currently my logoutScript needs a list of characters in PvP to decide what to do for my rollover outfit. I'd like to generalize it to...
There are some other obvious uses though. I might want to set up automatic PvP for characters to make sure I don't miss any swagger.
It would have a default value of "". When we break it, hippyStoneBroken can be set to the current date. It would then be reset to "" if the character ascends or we reach the first day of an odd numbered month. (5/1, 7/1, 9/1, 11/1, 1/1, 3/1) That's why the preference keeps track of the date it was broken, so we can compare it to the current date and see if it has healed.
I want this because currently my logoutScript needs a list of characters in PvP to decide what to do for my rollover outfit. I'd like to generalize it to...
PHP:
if(get_property("hippyStoneBroken") != "")
maximize("1.8 PvP Fights, .5 adv, .08 hobo power, -tie, switch disembodied hand", false);
else
maximize("adv, -equip sugar shield, switch disembodied hand", false);
There are some other obvious uses though. I might want to set up automatic PvP for characters to make sure I don't miss any swagger.