Spellcasting Level marker feat update

Spellcasting Level marker feat update.  Added new effect icons.  Removed some old NWNx messages.
This commit is contained in:
Jaysyn904
2023-07-23 20:57:37 -04:00
parent de1c0a6a7b
commit 04c7ed2867
193 changed files with 58659 additions and 39002 deletions

View File

@@ -164,7 +164,7 @@ void main()
}
//NWNX_Funcs plugin test:
PRC_Funcs_Init(oModule);
//PRC_Funcs_Init(oModule);
}
/**
@@ -174,8 +174,8 @@ void main()
void OnLoad_Always(object oModule)
{
//this triggers NWNX on Linux
SetLocalInt(oModule, "NWNX!INIT", 1);
SetLocalString(oModule, "NWNX!INIT", "1");
//SetLocalInt(oModule, "NWNX!INIT", 1);
//SetLocalString(oModule, "NWNX!INIT", "1");
}
/**