PoA_PRC8/_module/nss/givepass.nss

10 lines
140 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("guildpass", oPC);
}