PRC8/nwn/nwnprc/trunk/scripts/mh_ins_test2.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

8 lines
183 B
Plaintext

#include "nw_i0_plot"
int StartingConditional()
{
if ( GetGold(GetPCSpeaker()) >= 7500 && plotCanRemoveXP(GetPCSpeaker(), 600) == TRUE )
return TRUE ;
return FALSE;
}