Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/smp/0_oncombat.nss
Normal file
10
nwn/nwnprc/trunk/smp/0_oncombat.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// 0_oncombat
|
||||
|
||||
// On Combat Round End report. report feedback information via. Speak String.
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
// Report
|
||||
SpeakString("[COMBAT ROUND END] [" + GetName(OBJECT_SELF) + "]");
|
||||
}
|
Reference in New Issue
Block a user