Quote:
Originally posted by Draktha
How would i go about displaying a sting using say2? (i.e. making an npc say 'you have 1 out of 4 pieces of heart')
|
NPC Code:
if (created) setstring this.sign,Sign Text#bwoooooo;
if (playertouchsme) say2 #s(this.sign);