16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
|
|
|
|
FloatingTextStringOnCreature("A tower rises above the drowned trees in the distance.", oPC, FALSE);
|
|
FloatingTextStringOnCreature("Watching like a silent giant. Two hills hide its lower reaches.", oPC, FALSE);
|
|
|
|
DestroyObject(OBJECT_SELF);
|
|
|
|
}
|