10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
|
||
|
object oHeart;
|
||
|
oHeart = GetNearestObjectByTag("StenchofDeath");
|
||
|
AssignCommand(oHeart,ActionSpeakString("The stench of death is nearly unbearable", TALKVOLUME_TALK));
|
||
|
|
||
|
}
|