generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
21
_module/nss/opa_conv_take.nss
Normal file
21
_module/nss/opa_conv_take.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Conversation Pack Animals
|
||||
// opa_conv_take
|
||||
// by Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// Return the Pack Box to the Pack Animal
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "opa_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oAnimal = OBJECT_SELF;
|
||||
DestroyBox(oAnimal);
|
||||
DeleteLocalObject(oPC,"PackBox");
|
||||
DeleteLocalInt(oPC,"OPA_TRANFERRED");
|
||||
}
|
||||
Reference in New Issue
Block a user