Quote:
Originally Posted by VICTORSJG
is it posible to install this game in prs 1.3 for prs 505?
|
I assume so, but can't test because my reader shows a nasty IM corruption, so I will have to recover this first.
The startscript is pretty much the same as the one I posted in #67 with this modifications to function activate:
Code:
activate: function () {
kbook.autoRunRoot.getSoValue = Core.system.getSoValue;
kbook.autoRunRoot.hasNumericButtons = true;
kbook.autoRunRoot.path = Core.config.addonsPath + "Fiverow/fiverow.xml";
kbook.autoRunRoot.enterIf(kbook.model);
},