Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
14
trunk/epicspellscripts/at_council_npcb.nss
Normal file
14
trunk/epicspellscripts/at_council_npcb.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: FileName: "at_council_npcb"
|
||||
/* Purpose:
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Boneshank
|
||||
//:: Last Updated On: March 13, 2004
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
ExecuteScript("council_npcb", oPC);
|
||||
}
|
Reference in New Issue
Block a user