I was wondering whether there was a way of allowing the use of an named attribute, say "parking_occupancy" in the stochastic rule.
Instead of :
20% : placecar
else: NIL
I could use (I know this doesn't work, but you get the idea)
attr parking_occupancy = 25
parking_occupancy% : placecar
else : NIL
This would mean I could adjust the variable in the inspector and not the rule file... am I missing something obvious? Is there a workaround?