Modified, Current running my Station Financial Manager + various misc temporary scripts to help me debug (none active at time of problem)
Mission says, go to this station, meet this person to get information on person2 (so you can kill them)
I never went to the sector, and I sent a destroyer to fly to the sector instead (it did not dock at the station)
After some time the mission "timed out" (or similar?) and I was sent the following message
The actor is still at the station, with a light bulb icon, but his only comm choices are the basic Where is the nearest shipyard, eq dock, surrender. (The mission has timed out so its no longer in the missions menu) And it isn't back at the Corporate HQ either (although very little time has passed)Message from: Nila Ho, Aterus Shipbuilding Currents
Are you even looking for actor.name@L2M101 Create St Offer.1 L0 Mark? actor.voice@L2M101 Create St Offer.Guide,851
-Side note, my sfm should not interfer with actors so I don't think it's that.
(I have a Screenshot of the message log if it helps, or a savegame, but no real means of uploading 10mb's any where...)
[ external image ]
*My research into the problem* (I don't know much about the MD so these are mostly guesstimates)
It appears to be from the 2.101 Generic Assasination mission from the line:
From the Cue: "L0M01 Final Message"
<incoming_message author="{actor.name@L2M101 Create St Offer.Guide}" text="{3301,{value@L2M101 End.TextID}}"/>
(Unfortunately, I'm not that knowledgeable with the MD and I can't point out as to why it's printing weird text)
Just a guess but...
Should: value@L2M101 End.TextID
be: value@L2M101.End.TextID? (As it seems more OOP like?)
(Also, there is no other mention of End.TextID Unless its defined outside of this file)
No.. that seems find, as it is obviously loading the page and text correctly, its just sending the wrong values to the %s's.
Hrm.. interesting.. The Text ID is exactly
<t id="1201">Are you even looking for {actor.name@L2M101 Create St Offer.1 L0Mark}? {{actor.voice@L2M101 Create St Offer.Guide},851}</t>
And this is where I have to stop, as now I really have no idea whats going on.