mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 18:27:15 -05:00
11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
// 0_onconver
|
|
|
|
// On Conversation report. report feedback information via. Speak String.
|
|
|
|
|
|
void main()
|
|
{
|
|
// Report
|
|
SpeakString("[CONVERSATION]");
|
|
}
|