Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

What is the script to make the PC a Jedi?

Page: 1 of 1
 JebusJM
05-12-2011, 11:45 PM
#1
Hey all,

It's me yet again. Just after a script to make the PC a Jedi Guardian.

Thanks!
 Viado Onasi
05-13-2011, 12:08 AM
#2
Check the dantooine module with the enclave, I'm not on my pc right now though, sorry
 Ferc Kast
05-13-2011, 4:11 AM
#3
This script should work.
void main() {
object oPC = GetFirstPC();
int iClass = 3;
AssignCommand(oPC, AddMultiClass(iClass, oPC));
}
 JebusJM
05-13-2011, 10:46 AM
#4
Thank you, Ferc, it worked wonderfully.
Page: 1 of 1