View previous topic :: View next topic |
Author |
Message |
Argonn
Joined: 03 May 2010 Posts: 13
|
Posted: Tue May 04, 2010 13:46 Post subject: Set /LastName |
|
|
Yet another question !
When i try to set a /LastName to a PC, it requires me to have a lastname allready.
otherwise it just wont be set. If i set a lastname with leto-tool and then change it with leto-script, everything works just fine.
I tried the Add command and the normal /LastName = '' command.
Any help ? |
|
Back to top |
|
|
Argonn
Joined: 03 May 2010 Posts: 13
|
Posted: Thu May 06, 2010 10:04 Post subject: |
|
|
I fixed this problem by using a Delete on LastName followed by a Add command..
No Idea how this will work ingame because it chaged from STRREf into a STRING. |
|
Back to top |
|
|
Argonn
Joined: 03 May 2010 Posts: 13
|
Posted: Thu May 06, 2010 11:24 Post subject: |
|
|
And Adding a STRREF Entry to a BIC file can be done with
Code: | add /LastName , 'LastName' , 4096; |
Where the Constant 4096 is a LOCSTRING in the Leto documents. this is translated to a STRREF entry in a BIC file. |
|
Back to top |
|
|
|