Organized folders
Organized folders.
This commit is contained in:
12
_content/ra_tdog/pw_dgland_repop.nss
Normal file
12
_content/ra_tdog/pw_dgland_repop.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "lib_respawn"
|
||||
|
||||
void main()
|
||||
{
|
||||
string sResRef=GetResRef(OBJECT_SELF);
|
||||
string sTag=GetTag(OBJECT_SELF);
|
||||
location lLoc=GetLocation(OBJECT_SELF);
|
||||
|
||||
|
||||
AssignCommand(GetModule(), DelayCommand(18.0, VoidCreateObject(sResRef, lLoc, sTag, OBJECT_TYPE_PLACEABLE)));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user