Olanan
06-28-2006, 02:31 AM
I've finally figured out how to use counter add and subtract. :smug:
But, theoretically I could create a script that counts how many fletching ranks I've gained in that session, and add it to the amount of ranks I've accumulated since the first rank on paper right?
Holy run-on sentence Batman.
Something like this?
Yada yada get knife cut shaft match yada
loop1:
put cut my shaft with my knife
pause
match Rankgain That was a little easier. Perhaps you are growing more skillful?
match continue You have a single arrow shaft in your right hand and a skinning knife in your left hand.
match loopstart You have a skinning knife in your left hand.
match loopstart You have a skinning knife in your right hand.
match continue You have a skinning knife in your right hand and a single arrow shaft in your left hand.
matchwait
Rankgain:
counter add 1
echo %c
put hands
match continue You have a single arrow shaft in your right hand and a skinning knife in your left hand.
match loopstart You have a skinning knife in your left hand.
match loopstart You have a skinning knife in your right hand.
match continue You have a skinning knife in your right hand and a single arrow shaft in your left hand.
More script yada yada yada
exit:
echo You have gained %c ranks this session.
exit
Would that work?
And yes, I know that script is very very nooblike and yes I suck at making scripts.
Is there a more efficient way to do that? I need a script tutor.
In advance, yes this is a SF script, yes I know Wizard has a better scripting engine.
But, theoretically I could create a script that counts how many fletching ranks I've gained in that session, and add it to the amount of ranks I've accumulated since the first rank on paper right?
Holy run-on sentence Batman.
Something like this?
Yada yada get knife cut shaft match yada
loop1:
put cut my shaft with my knife
pause
match Rankgain That was a little easier. Perhaps you are growing more skillful?
match continue You have a single arrow shaft in your right hand and a skinning knife in your left hand.
match loopstart You have a skinning knife in your left hand.
match loopstart You have a skinning knife in your right hand.
match continue You have a skinning knife in your right hand and a single arrow shaft in your left hand.
matchwait
Rankgain:
counter add 1
echo %c
put hands
match continue You have a single arrow shaft in your right hand and a skinning knife in your left hand.
match loopstart You have a skinning knife in your left hand.
match loopstart You have a skinning knife in your right hand.
match continue You have a skinning knife in your right hand and a single arrow shaft in your left hand.
More script yada yada yada
exit:
echo You have gained %c ranks this session.
exit
Would that work?
And yes, I know that script is very very nooblike and yes I suck at making scripts.
Is there a more efficient way to do that? I need a script tutor.
In advance, yes this is a SF script, yes I know Wizard has a better scripting engine.