Difference between revisions of "Talk:Planetinfo.plist"

From Elite Wiki
 
Line 9: Line 9:
  
 
addmoon...'''method'''
 
addmoon...'''method'''
"addmoon: moon_entry"
 
or something like:
 
( 0,7 ) = {(
 
conditions = ("planet_number equal 4", "galaxynumber equal 0", "status_string equal STATUS_EXITING_WITCHSPACE");
 
do = ("addmoon: moon_entry"); ); };
 
 
I think you forgot to use the dict on the scripted actions, maybe, I messed it all up while converting it to XML.
 

Latest revision as of 22:53, 31 January 2006

Needs the new info on script_actions and such. FixMe. --Aegidian 09:57, 10 January 2006 (UTC)

Also needs key descriptions for: position orientation texture polar_color_factor seed

addmoon...method