7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
// OnUsed script that displays a single line from the object's conversation.
|
|
// For use by signs and other placeables.
|
|
void main()
|
|
{
|
|
SpeakOneLinerConversation();
|
|
}
|