Initial upload
Initial upload
This commit is contained in:
13
_module/nss/statueheals.nss
Normal file
13
_module/nss/statueheals.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = oPC;
|
||||
|
||||
AssignCommand(oPC, ActionCastSpellAtObject(SPELL_GREATER_RESTORATION, oTarget,
|
||||
METAMAGIC_ANY, TRUE, 20, PROJECTILE_PATH_TYPE_DEFAULT, TRUE));
|
||||
|
||||
}
|
Reference in New Issue
Block a user