-Jadis, Brady is letting me use his account to post...
I suppose it would be
I don't know the torch's gani though
PHP Code:
if (playerenters) if (torchheld) replaceani torch,walk;
if (playertouchsme) {hidelocal;toweapons Torch;
if (weaponfired) {
if (torchheld)
unset torchheld;
replaceani walk,walk;
} else {
set torchheld;
replaceani torch,walk;
}
}