Ahh, player stations. That has been interesting.Screet wrote:Concerning the new JS I still miss my playerstation working or being shown at all.
I thought it was only "mission_playerstation_" vs. "playerstation_" in the naming, but even after adding "mission_" it did not show up?!?
I have only just discovered that the following .plist method equates to this javsacript method
(plist) setMissionDescription -> (js) mission.setInstructionsKey()
So now, we can see the player stations on the mission screen.
Problem 1: How do we remove an entry from the mission screen?
The plist clearMissionDescription doesn't seem to have an equivalent javscript method.
Problem 2: The original plist code seems to indicate that multiple stations can be owned. How would we have the mission screen show the multiple stations?
The code has been updated so that the player stations now show. Now, the code for showing the player stations only runs when the ships manifest is shown.