Updated some CNR tools for large creatures
Updated some CNR tools for large creatures. Added PRC8 journal entries. Full compile.
This commit is contained in:
@@ -28,6 +28,10 @@ void main()
|
||||
object oPC = GetEnteringObject();
|
||||
int bDM = GetIsDM(oPC);
|
||||
int bTeam = dev_IsTeamMember(oPC);
|
||||
|
||||
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE);
|
||||
|
||||
if (!bDM && !bTeam && !cheat_Validate(oPC))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user