18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
|
///::///////////////////////////////////////////////
|
||
|
//:: Greater Magic Weapon
|
||
|
//:: NW_S0_GrMgWeap.nss
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: [Description of File]
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: [Your Name]
|
||
|
//:: Created On: [date]
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SpeakString("Casting Greater Magic Weapon", 0);
|
||
|
}
|
||
|
|