Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
#include "nw_i0_plot"
|
|
int StartingConditional()
|
|
{
|
|
if ( GetGold(GetPCSpeaker()) >= 250 && plotCanRemoveXP(GetPCSpeaker(), 20) == TRUE )
|
|
return TRUE ;
|
|
return FALSE;
|
|
}
|