Battledale_PRC8/_module/nss/jw_dummy_def.nss

7 lines
142 B
Plaintext
Raw Permalink Normal View History

void main()
{
location lLoc=GetLocation(OBJECT_SELF);
string sTag=GetResRef(OBJECT_SELF);
CreateObject(OBJECT_TYPE_PLACEABLE,sTag,lLoc);
}