Initial upload
Initial upload
This commit is contained in:
17
_module/nss/wish5.nss
Normal file
17
_module/nss/wish5.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = oPC;
|
||||
|
||||
effect eEffect;
|
||||
eEffect = EffectTemporaryHitpoints(1000);
|
||||
|
||||
eEffect = SupernaturalEffect(eEffect);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eEffect, oTarget, 5000.0f);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user