PWE_PRC8/_module/nss/bntoc4_takering.nss

9 lines
193 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oRing=GetItemPossessedBy(GetPCSpeaker(),"BNTOC4_KINGRING");
ActionPauseConversation();
ActionTakeItem(oRing,GetPCSpeaker());
ActionResumeConversation();
}