Quote:
Originally Posted by Hustlaz
Im making a new account and trying to fill it up with all level 10 characters using the starter script. How do I use the custom name script with it? It keeps making random letter for names. Do i have to open multiple script editors on the same account or add one first then the other to same script editor?
|
Open the Script Editor on a client that already runs and execute the "Create Namelist" script
You can enter all the names the starterclasses script is allowed to use later on, once your done just enter nothing
Now at the Starterclasses InstaScript file set this line
Code:
_SetVar=PreDeclaredNames,0; // Create new Characternames by 0 = Random Generated | 1 = Retrieved from Namelist | 2 = Generated from online name generator
to
Code:
_SetVar=PreDeclaredNames,1; // Create new Characternames by 0 = Random Generated | 1 = Retrieved from Namelist | 2 = Generated from online name generator