PRC8_fork/trunk/scripts/mh_ins_test3.nss

8 lines
183 B
Plaintext
Raw Normal View History

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