Rune_PRC8/_module/nss/opa_conv_give.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

20 lines
427 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
//
// 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);
}