PRC8/trunk/smp/0_oncombat.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

11 lines
195 B
Plaintext

// 0_oncombat
// On Combat Round End report. report feedback information via. Speak String.
void main()
{
// Report
SpeakString("[COMBAT ROUND END] [" + GetName(OBJECT_SELF) + "]");
}