Bale
Minion
is there a time I can report bugs when you're not on your period?
Wow. Nice way to demonstrate how you really aren't interested in convincing zarqon that it would be a nice feature.
is there a time I can report bugs when you're not on your period?
is there a time I can report bugs when you're not on your period?
- Always detect unknown bang potions if you have > 1 -- otherwise, follow mafia's setting.
You must have deleted (or never had) ZLib. Make sure it's in your scripts directory, since FTF relies on it for some of its functions, such as vprint(). Link in my sig!
I'd actually think that this is more of a BatMan decision, but some basic logic would be:Cast Stealth Mistletoe if you're not in the clear. (This line is commented in ftf() by default; there needs to be more logic to determine when to cast it. Suggestions?)
if (item_amount($item[molybdenum magnet]) > 0 && contains_text(to_string(nowfightingonstageone),"Gremlin") &&
(contains_text(action,"It whips out a hammer") || contains_text(action,"He whips out a crescent wrench") || // gremlin has tool
contains_text(action,"It whips out a pair of pliers") || contains_text(action,"It whips out a screwdriver")))
if (item_amount($item[molybdenum magnet]) > 0 &&
contains_text(to_string(nowfightingonstageone),"Gremlin") &&
contains_text(action,"whips") && (contains_text(action,"a hammer") ||
contains_text(action,"a crescent wrench") || // gremlin has tool
contains_text(action,"pliers") || contains_text(action,"a screwdriver")))