9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oRing=GetItemPossessedBy(GetPCSpeaker(),"BNTOC4_KINGRING");
|
||
|
|
||
|
ActionPauseConversation();
|
||
|
ActionTakeItem(oRing,GetPCSpeaker());
|
||
|
ActionResumeConversation();
|
||
|
}
|