Rune_PRC8/_module/nss/opa_conv_give.nss

20 lines
427 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
//
// Conversation Pack Animals
// opa_conv_give
// by Don Anderson
// dandersonru@msn.com
//
// Place the Pack Box on the Ground
//
////////////////////////////////////////////////////////////////////////////////
#include "opa_inc"
void main()
{
object oPC = GetPCSpeaker();
object oAnimal = OBJECT_SELF;
AccessBox(oPC, oAnimal);
}