Files
HeroesStone_PRC8/_module/nss/dm_sm_unpack.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

16 lines
558 B
Plaintext

//------------------------------------------------------------------
// dm_sm_unpack unpacks props with relative coords & facing, and
// tracks number of sets currently spawned, and how
// many uses remain.
//
// 10/25/2009 Malishara: recoded to use include file
//------------------------------------------------------------------
#include "dm_sm_inc"
void main()
{
object oWidget = GetLocalObject(OBJECT_SELF, "DM_SM_oWidget");
Unpack(oWidget, GetLocation(OBJECT_SELF), OBJECT_SELF, TRUE, TRUE, TRUE);
}