17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
// 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")));
|
|
|
|
}
|
|
|