Update for NWN .35
Update for NWN .35
This commit is contained in:
@@ -123,7 +123,7 @@ sMessage += GetRGB(15,5,1);
|
||||
sMessage += "Genisys (Guile) ";
|
||||
sMessage += GetRGB(12,10,7);
|
||||
sMessage += "from 8/20/08 to 3/21/09.";
|
||||
string sNewb = GetRGB(1,15,1) + "This PRC Presents Path of Ascension.";
|
||||
string sNewb = GetRGB(1,15,1) + "This is PRC Presents Path of Ascension.";
|
||||
string sNewb2 = GetRGB(1,15,1) + "Contact Altpersona on Discord if you need assistance.";
|
||||
//string sNewb = GetRGB(1,15,1) + "Be sure to read your journal frequently (press J).";
|
||||
//string sNewb2 = GetRGB(1,15,1) + "Be sure to examine the Rest Menu carefully.";
|
||||
@@ -192,16 +192,19 @@ if(!GetIsPC(oPC))return;
|
||||
//These function add journal entries by the tag names below
|
||||
//If you wish to create more, just copy / paste and change
|
||||
//The tagname which is in "here", and the entry # remains 1 only!
|
||||
AddJournalQuestEntry("serverrules", 1, oPC, FALSE, FALSE);
|
||||
|
||||
//AddJournalQuestEntry("spells", 1, oPC, FALSE, FALSE);
|
||||
//AddJournalQuestEntry("x2spells", 1, oPC, FALSE, FALSE);
|
||||
//AddJournalQuestEntry("feats", 1, oPC, FALSE, FALSE);
|
||||
//AddJournalQuestEntry("shifter", 1, oPC, FALSE, FALSE);
|
||||
AddJournalQuestEntry("xprules", 1, oPC, FALSE, FALSE);
|
||||
AddJournalQuestEntry("serverrules", 1, oPC, FALSE, FALSE);
|
||||
//AddJournalQuestEntry("legartjournal", 1, oPC, FALSE, FALSE);
|
||||
|
||||
|
||||
if(GetHitDice(oPC) <=5)
|
||||
{
|
||||
AddJournalQuestEntry("newb", 1, oPC, FALSE, FALSE);
|
||||
AddJournalQuestEntry("legartjournal", 1, oPC, FALSE, FALSE);
|
||||
}
|
||||
|
||||
//////////////////IMPORTANT////////////////IMPORTANT////////////////////////
|
||||
|
Reference in New Issue
Block a user