Quote:
Originally Posted by Cripp
if ($timer eq "L1")
|
Please dont tell me the only reason I have been going thru all this trouble is the fact that I was using
($timer == instead of
($timer eq in my origional attempt.
The npcid thing came later...
Hmm, looking back over the text before I post:
Quote:
Originally Posted by Cripp
$npc->SetAppearance(16);
|
so 'Death Form' isnt an emote, but Appearance. Yet another reason it wasnt working. I don't feel too bad now. Since I was WAY out in left field on my command lines. If I had been closer to having the right code, it would have actually been much worse on my ego.
Many thanks for the coding hand, Cripp!