13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
|
#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)));
|
||
|
|
||
|
}
|