transcendence.xml wrote:
<Welcome2>
<Initialize>
(scrSetDesc gScreen
(cat "The leader continues: "We would like to reward you for liberating our station. Please accept these "
(itmGetName (item (objGetItems gSource "*U") 0) 2)
"; they were left behind by the warlords.""
)
)
</Initialize>
Textual Error
Yeah, it is a programmed response
Hmmm.... What exactly are you referring to? Is it this part of the code?kaypy wrote:In the CRC taskforce missions, the debriefing for the refugee convoy mission refers to supplies instead (its a dupe of the supply delivery debriefing)
commonwealthfleet.xml wrote: (cat ""A refugee convoy is passing through the system. Your mission is to lead a small squadron and escort the convoy safely through the system. Any questions?"")
)
)
)
; Code to initiate mission
(lambda Nil
(block Nil
; Create some ships off-screen and bring them in
(intFleetCreateWingmen gSource 6)
; Set a timer to give the player a chance to get to the stargate
(setq timer (add (multiply 5 (objGetDistance gSource gStart)) (random 0 200)))
(sysAddObjTimerEvent timer gSource "OnTimerConvoyAppears3B")
(objSetObjRefData gSource "StartGate" gStart)
(objSetObjRefData gSource "EndGate" gEnd)
; orders
(shpOrderEscort gPlayerShip gStart)
(objRegisterForEvents gSource gPlayerShip)
)
)
; Code to see if mission has been completed
(lambda Nil
(block Nil
; Disperse wingmen
(setq shipsLeft (intFleetDisperseWingmen gSource 6))
; Set description
(scrSetDesc gScreen ""Outstanding mission! Those supplies are desperately needed here."")
; Increment XP
(objIncData gPlayerShip "fleetXP" 250)
Thats the one, just wasnt sure how careful I should be being about possible spoilers...Blitz wrote: Hmmm.... What exactly are you referring to? Is it this part of the code?
commonwealthfleet.xml wrote: (cat ""A refugee convoy is passing through the system. Your mission is to lead a small squadron and escort the convoy safely through the system. Any questions?"")
...
; Set description
(scrSetDesc gScreen ""Outstanding mission! Those supplies are desperately needed here."")
Hmmm.... I don't know. I never even bothered to make an effort to avoid spoilers. It didn't strike me as that important. Maybe I should....kaypy wrote:Thats the one, just wasnt sure how careful I should be being about possible spoilers...
I had noticed this error but had forgotten to post it. I don't know which versions it is in but in the .98(a, b, c), when the player with the rank of fleet captain and docks with the Terra, on the second screen when Decker is "speaking" the second line begins "Two month ago..." this should be "Two months ago..."
- Salvagebot 1.0
- Commonwealth Pilot
- Posts: 56
- Joined: Sat Oct 06, 2007 6:43 am
- Location: Tinker Sanford
Teraton fab "resource added" text: is it "blades" or "bladders"? Right now it says "bladers", and I don't see even the Teratons being into the sport of intestinal rollerblading.
(As Sam Kinison would say, "Oh, great, THANKS FOR THE VISUAL!")
(As Sam Kinison would say, "Oh, great, THANKS FOR THE VISUAL!")