mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 22:37:14 -05:00
Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/smp/0_onrested.nss
Normal file
10
nwn/nwnprc/trunk/smp/0_onrested.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// 0_onrested
|
||||
|
||||
// On Rested report. report feedback information via. Speak String.
|
||||
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
SpeakString("[RESTED] [" + GetName(OBJECT_SELF) + "] ");
|
||||
}
|
||||
Reference in New Issue
Block a user