Recent changes Random page
GAMING
Gaming
 
WoWWiki
Diablo Wiki
Fallout-The Vault
Grand Theft Wiki
Halopedia
StarCraft Wiki
FFXIclopedia
Resident Evil Wiki
See more...

When you touch something it heals you to full HP

From NWNWiki

Jump to: navigation, search

[edit] When you touch something it heals you to full HP

Place In the OnUsed event of a Placable.

void main()
{
    object oPC = GetLastUsedBy();
    int nMax = GetMaxHitPoints(oPC);
    ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectHeal(nMax),oPC);
}
Rate this article:
Share this article: