I have downloaded some of the JRH content into ts12 i was going to attempt to passenger enable them. But apparantly there is a script error that says..
ERROR property browser refresh not handled
a script error occured while attempting to edit the properties of this asset.
Can somone please point me in the rite direction on how to fix this thank you all sooo much have a great one....
Here is the script for the content
include "locomotive.gs"
include "train.gs"
class furiko isclass Locomotive {
define float ROLL_AMOUNT = -1.5;
public void Init(void)
{
SetRollBasedOnTrack(ROLL_AMOUNT);
}
};
ERROR property browser refresh not handled
a script error occured while attempting to edit the properties of this asset.
Can somone please point me in the rite direction on how to fix this thank you all sooo much have a great one....
Here is the script for the content
include "locomotive.gs"
include "train.gs"
class furiko isclass Locomotive {
define float ROLL_AMOUNT = -1.5;
public void Init(void)
{
SetRollBasedOnTrack(ROLL_AMOUNT);
}
};
Last edited: