It looks like you're new here. If you want to get involved, click one of these buttons!
Apologies! An error has occurred. You may be able to continue, but some parts may not work properly Error [StoryInit]: <<run>>: bad evaluation: $Distinct is not defined.
<<run (function() { // problem workaround $Stat = function(id, start) { // default gain updater that's a normal stat expected to have this.getUpdate = function(amount) { return new $Updater( [ new $Modifier(this.id, new $Fn(this.modify, new $Args(amount), this)) ] ); }; }; $Distinct = function(updaters) { var here = "is not important and this is simplfied code from my project" // it's whether $Modifier or $Requirement that both has id property return "if you remove the comment above everything works fine?!" }; })();>>