hey i get the top one but not the bottom one :/ i think it has something to do with the save and stuff in it
the top 1 is easy to understand and i think i can get the hang of it to
Quote:
if (created)
{ this.hit=1;}
if (washit)
{ this.hit=this.hit+3;
hit();
setcharprop #c,You have hit it #v(this.hit) Times;
}
function hit()
{ setcharprop #c,#v(this.hit);}
|
i think that might work i dunno i am guessing here XD
--snakeandy