This commit is contained in:
vbawol 2017-09-25 17:59:03 -05:00
parent f7691030b3
commit 532dc34e86

View File

@ -1,8 +1,9 @@
// make sure we wait for Display #46
// waitUntil {!(isNull (findDisplay 46))};
waitUntil {!isNull (findDisplay 46) && (!isNil "EPOCH_loadingScreenDone")};
// load favBar
'load' call epoch_favBar_draw;
'load' spawn epoch_favBar_draw;
// set player rating
player addRating -2000;