Winterbay
Active member
OK, I'm using 8779 and it's still giving me the fracking "desert bus pass" error. Why?
Have you tried doing an "update clear" in the CLI? It seems many problems have been caused by manual overrides not working as intended.
OK, I'm using 8779 and it's still giving me the fracking "desert bus pass" error. Why?
> condition set
antique packet of ketchup
> ashq import <zlib.ash> float bestrate; location bestloc; foreach l in $locations[] if (has_goal(l) > bestrate) { bestrate = has_goal(l); bestloc = l; } if (bestrate > 0) print(bestloc);
Haunted Kitchen
> ash item_drops_array($monster[possessed silverware drawer])
Returned: aggregate {item drop; int rate; string type;} [3]
0 => record {item drop; int rate; string type;}
drop => antique packet of ketchup
rate => 1
type => s
1 => record {item drop; int rate; string type;}
drop => corn holder
rate => 15
type =>
2 => record {item drop; int rate; string type;}
drop => eggbeater
rate => 4
type =>
@Fluxx: KoB? Kingdom of Buffing?
setvar("BaleCC_nextSemirareLocation", locale);
(!adventure(1, locale));
setvar("BaleCC_nextSemirareLocation", $location[none]);
vars["BaleCC_nextSemirareLocation"]=$location[none];
updatevars();
vars["BaleCC_nextSemirareLocation"] = "";
updatevars();
vars["BaleCC_nextSemirareLocation"].to_location();
Again, you can do that directly:Edit: Request for a new function in ZLib... removevar or delvar or something like that, for removing temporary values.
remove vars[ "BaleCC_nextSemirareLocation" ];
updatevars();
Similar to the code posted a while ago for unset for mafia preferences.