Files
HeroesStone_PRC8/_module/nss/salla_qst_5.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

17 lines
337 B
Plaintext

#include "nw_i0_plot"
void main()
{
string sMark = "NW_IT_MSMLMISC08"; // Enter tag of your Item
object oMark = GetObjectByTag(sMark);
int nMarkCount = 6; // Change to num Items you want
if(GetNumItems(GetPCSpeaker(),sMark) >= nMarkCount)
{
TakeNumItems(GetPCSpeaker(),sMark,nMarkCount);
}
}