PRC8/trunk/scripts/mh_ins_test3.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

8 lines
183 B
Plaintext

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