View Single Post
  #13  
Old 01-06-2004, 11:56 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
NPC Code:
if (playertouchsme) {
if (!got_fullheart) {
playerfullhearts ++;
say2 I grant thee new powers!;
} else say I shall heel thy wounds!;
playerhearts = playerfullhearts;
}


Reply With Quote