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