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

11 lines
143 B
Plaintext

//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("wsm_it_peep", oPC);
}