View Single Post
  #2  
Old 07-05-2001, 01:33 PM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
-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 (torchheldreplaceani torch,walk;
if (
playertouchsme) {hidelocal;toweapons Torch;
if (
weaponfired) {
 if (
torchheld)
  unset 
torchheld;
  
replaceani walk,walk;
 } else {
  
set torchheld;
  
replaceani torch,walk;
 }

__________________
Reply With Quote