diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index edbc37e345cdb208f7dc0be14cbfc82008232d2f..e881117af6de8bd1104cee5e3716502a9ea5345d 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -6623,8 +6623,6 @@ window.populateEventArray = function(RESS = State.variables.RESSevent.length, RE /*:: AssayJS [script]*/ -:: AssayJS [script] - window.isSlim = function(slave) { var slim = false; var ArcologyZero = State.variables.arcologies[0]; @@ -10305,7 +10303,7 @@ window.saChoosesOwnClothes = function saChoosesOwnClothes(slave) { return r; }; -// :: FResult [script] +/* :: FResult [script]*/ // this is a port of the FResult widget // it has been broken up into several functions, because it grew too long