17 lines
243 B
Plaintext
Raw Permalink 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, "tfA3",
GetLocation(GetNearestObjectByTag("tfA3")));
}