Feature Track usage of quest items that unlock locations

taltamir

Member
$item[Hypnotic breadcrumbs] is quest item that can be used once per ascension to unlock $location[Madness Bakery]
$item[Map to a Hidden Booze Cache] is quest item that can be used once per ascension to unlock $location[The Overgrown Lot]
$item[Bone With a Price Tag On It] is quest item that can be used once per ascension to unlock $location[The Skeleton Store]

would be great if mafia tracked their usage with a property (one property each).
such that we could do something like
Code:
if(get_property("hypnoticBreadcrumbsUsed").to_boolean())
 
Top