mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-13 00:36:28 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
10
nwn/trunk/smp/0_oncombat.nss
Normal file
10
nwn/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