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

15 lines
429 B
Plaintext

//------------------------------------------------------------------
// dm_sm_repack repacks all props spawned from this widget by the
// the player
//
// 10/25/2009 Malishara: recoded to use include file
//------------------------------------------------------------------
#include "dm_sm_inc"
void main()
{ object oWidget = GetLocalObject(OBJECT_SELF, "DM_SM_oWidget");
Repack(oWidget, OBJECT_SELF);
}