Jump to content

Home

[TSL] All Lightsaber Forms


Wedge Suron

Recommended Posts

Posted

I think this script would work:

void main() {
 object oPC=GetFirstPC();
 int i;
 for (i=FORM_SABER_I_SHII_CHO; i<=FORM_SABER_VII_JUYO; i++) {
  GrantSpell(i,oPC);
 }
}

  • 2 weeks later...
Posted

if you want i could do it so you get all forms at a certain point say when you get the precognition power of when you get the force sight power. i could perhaps link it to dialouge so if you select certain options when talking to kriea for example you are given all of the forms. if you want me to do send me a pm

  • 1 month later...
  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...