mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-18 09:27:15 -05:00
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
#include "nw_i0_plot"
|
|
int StartingConditional()
|
|
{
|
|
if ( GetGold(GetPCSpeaker()) >= 7500 && plotCanRemoveXP(GetPCSpeaker(), 600) == TRUE )
|
|
return TRUE ;
|
|
return FALSE;
|
|
}
|