A Mission Typo that actually works. ( 1.07a )

Freeform discussion about anything related to modding Transcendence.
Post Reply
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

I was trying to ( again ) replicate the Dall Sphere, I really think it is Awesome, but I just now noticed the typo :
Dall Sphere is set to 'withDall ; but in the Globals it is " (eq theStatus 'withDal) "
It still works, but I just noticed and find it funny I did not catch it earlier :)

Code: Select all

	<GetGlobalAchievements>
				(block (theList theStatus)
					(setq theStatus (typGetGlobalData &itDallSphere; "status"))
					
					(switch
						(eq theStatus 'found)
							(if (objGetItems gPlayerShip "* +unid:&itDallSphere;")
								(setq theList (list (list "Found Professor Dall's alien sphere" Nil "achievements & regrets")))
								(setq theList (list (list "Found and lost Professor Dall's alien sphere" Nil "achievements & regrets")))
								)
							
						(eq theStatus 'withDal)
							(setq theList (list (list "Found and delivered Professor Dall's alien sphere" Nil "achievements & regrets")))
						)
					
					theList
					)
			</GetGlobalAchievements>
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

Wasn't that fixed in 1.08+?
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
Post Reply