Initial commit. Updated release archive.
This commit is contained in:
19
_module/nss/at_bless_pc.nss
Normal file
19
_module/nss/at_bless_pc.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
/* Script generated by
|
||||
Lilac Soul's NWN Script Generator, v. 1.2
|
||||
|
||||
For download info, please visit:
|
||||
http://www.angelfire.com/space/lilacsoul */
|
||||
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oCaster;
|
||||
oCaster = OBJECT_SELF;
|
||||
|
||||
|
||||
AssignCommand(oCaster, ActionCastSpellAtObject(SPELL_PROTECTION_FROM_EVIL, oPC, METAMAGIC_ANY, TRUE, PROJECTILE_PATH_TYPE_DEFAULT, FALSE));
|
||||
|
||||
}
|
Reference in New Issue
Block a user