Further file organization
Further file organization
This commit is contained in:
14
nwn/nwnprc/trunk/epicspellscripts/at_fwords_npca.nss
Normal file
14
nwn/nwnprc/trunk/epicspellscripts/at_fwords_npca.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: FileName: "at_fwords_npca"
|
||||
/* Purpose:
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Boneshank
|
||||
//:: Last Updated On: March 13, 2004
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
ExecuteScript("fwords_npca", oPC);
|
||||
}
|
Reference in New Issue
Block a user