SSj is slowly coming back online:
D:\src\spectacles-i>ssj dist
SSj X.X.X Sphere JavaScript debugger (x64)
the powerful symbolic JS debugger for Sphere
(c) 2015-2017 Fat Cerberus
starting 'D:/src/spectacles-i/dist/'... OK.
connecting to 127.0.0.1:1208... OK.
establishing communication... OK.
querying target... OK.
game: Spectacles: Bruce's Story
author: Fat Cerberus
=> # 0: function() at @/scripts/main.js:6
6 RequireSystemScript('persist.js');
@/scripts/main.js:6 function()
(ssj) c
throw: Object doesn't support property or method 'maskPerson'
at @/scripts/maps/Testville.js:141
=> # 0: function() at @/scripts/maps/Testville.js:141
141 new Scene()
@/scripts/maps/Testville.js:141 function()
(ssj) l
136 }
137 if (!IsCameraAttached()) { // it seems Scott got eaten...
138 var session = persist.getWorld().session;
139 session.party.remove('scott');
140 session.party.add('maggie', 100);
=> 141 new Scene()
142 .fork()
143 .maskPerson('maggie', CreateColor(0, 0, 0, 0), 8)
144 .setSprite('maggie', 'battlers/maggie_hippo.rss')
145 .maskPerson('maggie', CreateColor(255, 255, 255, 255), 8)
@/scripts/maps/Testville.js:141 function()
(ssj) bt
=> # 0: function() at @/scripts/maps/Testville.js:141
# 1: function() at #/game_modules/thread.js:195
# 2: function() at #/runtime/from.js:267
# 3: function() at #/runtime/from.js:706
# 4: function() at #/runtime/from.js:101
# 5: function() at #/game_modules/thread.js:187
# 6: function() at @/scripts/main.js:60
@/scripts/maps/Testville.js:141 function()
(ssj) _