Jump to content

  

75 members have voted

  1. 1. Will you female run throughs use the Canon Exile name ever?

    • Yes, when I play a female character she might be named "Meetra Surik"
    • No, I don't like that name - for my Exile, anyway.
    • I want it mandatory for female Exiles to be addressed as Meetra Surik.


Recommended Posts

Posted

Whatever the Exile's "canon" name, it breaks with the actual design of the game to have characters refer to you with a preset name rather than as "Exile".

 

Not true. Many of the alien characters in the game - that you offer your name to first - will refer to you specfically by name. Moza and Chodo Habat on Citadel Station are good early examples.

 

So I'm against it.

 

But this part I don't have a problem with. ;)

Posted

Did anyone ever check if you could use a script to check the players name and do a true/false to change the dialogue

 

http://www.lucasforu...ad.php?t=211470

 

The SWMG_ function actually does work, since I had to debug this function and made it print the name of the object. I would presume that this code should work without any error:

 

int StartingConditional() // Not sure if there is a space in here or not
{
      	object oPC = GetFirstPC();
          string sName = GetName(oPC);
          if(sName == "Meetra Surik")
          {
              		return TRUE;
         }
     	else
         {
                 	return FALSE;
         }
}

Posted

I dont like that idea... Then lets add new dialogue for Peragus. After you find Kreya and asked he how can you still feel the force, she would answer "I feel... medichlorians...."

Posted

Just so everyone knows there will be no mention of name "Meetra Surik" on M4-78 or anywhere else in the game and I never planned to use it, to be honest.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.