Elanthil01
03-24-2011, 08:36 AM
Got a script that is an exact duplicate of a working one.
Only changes were:
-removing a line that grabs an arrow
-changing the fire command to kill
The script repeats over and over with:
[exec1]>kill
showing at the prompt
here is the script:
def kill1
fput "stance offen" if percentstance >= 0
while GameObj.right_hand.noun == 'maul'
fput "kill"
waitrt?
end
fput "stance def" until percentstance >= 80
end;
Only changes were:
-removing a line that grabs an arrow
-changing the fire command to kill
The script repeats over and over with:
[exec1]>kill
showing at the prompt
here is the script:
def kill1
fput "stance offen" if percentstance >= 0
while GameObj.right_hand.noun == 'maul'
fput "kill"
waitrt?
end
fput "stance def" until percentstance >= 80
end;