here's the script as it stands:
Code: Select all
$myrace = [PLAYERSHIP] -> get owner race
$argon = $myrace -> get notoriety to race Argon
... (repeat for all races)
write to player logbook: printf: fmt='Argons: %s', $argon, null, null, null, null
... (repeat for all races)
return 0
is there something I'm missing, or is there no way to accurately obtain this info? I saw mention of a script that changed the prices of its wares based on your standing with races, but on examination it didn't do any such thing so I was left helpless