Amon_PRC8/_module/nss/logs2.nss

17 lines
243 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
// Created By: Kevin Pisz
// Created On: 06/23/02
//
// BioWare's info:
//
//:: Created By: Brent
//:: Created On: February 26 2001
//
void main()
{
CreateObject(OBJECT_TYPE_PLACEABLE, "tfA2",
GetLocation(GetNearestObjectByTag("tfA2")));
}