mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-20 15:17:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
11
trunk/ocfixerf/m0q01a04guarsgk5.nss
Normal file
11
trunk/ocfixerf/m0q01a04guarsgk5.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// Added compatibility for PRC base classes
|
||||
// classes that should pass the rogue and arcane test go here
|
||||
#include "prc_class_const"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int bCondition = GetLevelByClass(CLASS_TYPE_BARD, oPC)
|
||||
|| GetLevelByClass(CLASS_TYPE_BEGUILER, oPC);
|
||||
return bCondition;
|
||||
}
|
||||
Reference in New Issue
Block a user