10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
void main()
|
|
{
|
|
|
|
|
|
object oHeart;
|
|
oHeart = GetNearestObjectByTag("Smoke");
|
|
AssignCommand(oHeart,ActionSpeakString("Behold the fallen city of Clockshire.. what once as a brilliant city of Gnomes, now lies in ruins.. with no signs of life anywhere.", TALKVOLUME_TALK));
|
|
|
|
}
|