Jump to content

Home

K_sp1_generic.ncs Edit help


assassing3

Recommended Posts

The source is available in BIFs->scripts.bif-> Script, Source

 

This is it in its entirety:

//:: k_sp1_generic
/*
   Runs all force powers in the game
*/
//:: Created By: Preston Watamaniuk
//:: Copyright (c) 2002 Bioware Corp.

#include "k_inc_debug"
#include "k_inc_force"
void main()
{
   Sp_RunForcePowers();
}

 

The code you probably want to edit is in k_inc_force.nss.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...