Bug - Fixed questM19Hippy not finished until I refresh quests

Theraze

Active member
Done.
Code:
loginScript=hermit; call ideas.ash; ashq if (have_skill($skill[canticle of carboloading])) use_skill(1, $skill[canticle of carboloading]); visit_url("place.php?whichplace\=desertbeach&action\=db_nukehouse"); if (get_property("_bittycar").length() \=\= 0 && available_amount($item[bittycar meatcar]) > 0) use(1, $item[bittycar meatcar]); if (have_equipped($item[staph of homophones])) cli_execute("unequip staph of homophones");
 
Top