Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
Strakc
Apprentice


Joined: 31 Jan 2006
Posts: 106
Location: Virginia Beach, Virginia

PostPosted: Thu May 11, 2006 5:51 am   

Visual countdown
 
I am wanting to make a button, that displays my Roundtime, then counts down per second.

Roundtime: 3 seconds

then each second the button would go down a second, any help would be nice
Reply with quote
Strakc
Apprentice


Joined: 31 Jan 2006
Posts: 106
Location: Virginia Beach, Virginia

PostPosted: Thu May 11, 2006 5:59 am   
 
I also got a script from another game that I want to use for this, but its for a very... different client and I would like to convert it... but it looks like a bunch of nonsense to me
Reply with quote
shalimar
GURU


Joined: 04 Aug 2002
Posts: 4672
Location: Pensacola, FL, USA

PostPosted: Thu May 11, 2006 6:56 am   
 
#BUTTON 0 {RT @rt} {} {} {} {@rt} {} {} {Size} {60} {20} {} {} {} {32832} {} {Gauge||7|@maxrt|1|7} {} "" {Explore|Inset} {} {}

#ALARM -1 {#IF (@rt>0) {#ADD rt -1} {maxrt=0}}
_________________
Discord: Shalimarwildcat
Reply with quote
Strakc
Apprentice


Joined: 31 Jan 2006
Posts: 106
Location: Virginia Beach, Virginia

PostPosted: Sun May 14, 2006 3:25 am   
 
Well since I mentioned it here, I would like to ask if someone would help me try to convert this script so I can use it on zmud... donno how hard its gonna be, but I'm pretty sure its hard heh.
Reply with quote
Vitae
Enchanter


Joined: 17 Jun 2005
Posts: 673
Location: New York

PostPosted: Sun May 14, 2006 12:56 pm   
 
helps to post the script that you want converted. Might have already been done if ya posted it already.
_________________
http://www.Aardwolf.com
Reply with quote
Strakc
Apprentice


Joined: 31 Jan 2006
Posts: 106
Location: Virginia Beach, Virginia

PostPosted: Sun May 14, 2006 10:01 pm   
 
Code:
#autoheal

# CODE BEGIN #
################
ResetScript:
COUNTER SET 0
TopOfScript:
pause 1
put RELEASE
goto checkmana
EndOfScript:
pause 2
goto endofscript2
CheckMana:
pause
match woundlevel%c good attunement
match woundlevel%c high attunement
match woundlevel%c complete attunement
match waitformana Encumbrance:
put mana
put encumb
matchwait
waitforMana:
put POWER
PAUSE 5
pause 10
match woundlevel%c good attunement
match woundlevel%c high attunement
match woundlevel%c complete attunement
match waitformana Encumbrance:
put mana
put encumb
matchwait
WoundLevel0:
pause
match HHextscarLarge severe scarring and ugly gashes about the head
match HHextwouLarge cracked skull with deep slashes
match HHextwouMedium deep slashes and cuts about the head
match HHextwouMedium deep cuts about the head
match HHintwouSmall bruised head
match HNERintscarSmall slight numbness in your fingers and toes
match HNERintwouSmall some minor twitching
match HHextscarLarge mangled and malformed head
match HNERintwouMedium severe twitching
match HHintwouMedium deeply bruised head
match HHintwouLarge badly bruised and swollen head
match HNERintwouLarge difficulty controlling actions
match HHintwouLarge ghastly bloated head with bleeding from the ears
match HHintwouLarge major swelling and bruising around the head
match HNERintwouLarge paralysis of the entire body
match HRAextwouMedium shattered right arm with gaping
match HLAextwouMedium shattered left arm with gaping
match HRLextwouMedium shattered right leg with gaping
match HLLextwouMedium shattered left leg with gaping
match HRHextwouMedium shattered right hand with gaping
match HLHextwouMedium shattered left hand with gaping
match HLEextwouLarge pulpy cavity for a left eye
match HREextwouLarge pulpy cavity for a left eye
match woundlevel1_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel1_next:
COUNTER ADD 1
WoundLevel1:
pause
match HRAextwouMedium broken right arm with gaping holes
match HLAextwouMedium broken left arm with gaping holes
match HRLextwouMedium broken right leg with gaping holes
match HLLextwouMedium broken left leg with gaping holes
match HRHextwouMedium broken right hand with gaping holes
match HLHextwouMedium broken left hand with gaping holes
match HCextwouMedium gaping holes in the chest area
match HAextwouMedium gaping holes in the abdomen
match HBextwouMedium shattered back with gaping wounds
match HNextwouMedium gaping holes in the neck
match HHextwouLarge cracked skull with deep slashes
match HLEextwouLarge bruised, swollen and shattered left eye
match HREextwouLarge bruised, swollen and shattered right eye
match woundlevel2_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel2_next:
COUNTER ADD 1
WoundLevel2:
pause
match HNERintwouLarge paralysis of the entire body
match HCintwouLarge severely swollen and deeply bruised chest area with ribs protruding out from the skin
match HAintwouLarge severely bloated and discolored abdomen
match HNintwouLarge severely swollen and deeply bruised neck with odd protrusions under the skin
match HREintwouMedium severely swollen, bruised and cloudy right eye
match HLEintwouMedium severely swollen, bruised and cloudy left eye
match HREintwouLarge severely swollen, bruised and blind right eye
match HLEintwouLarge severely swollen, bruised and blind left eye
match HHintwouLarge major swelling and bruising around the head
match HHintwouLarge ghastly bloated head with bleeding from the ears
match HRAintwouLarge severely swollen and deeply bruised right arm
match HLAintwouLarge severely swollen and deeply bruised left arm
match HRHintwouLarge severely swollen and deeply bruised right hand
match HLHintwouLarge severely swollen and deeply bruised left hand
match HRLintwouLarge severely swollen and deeply bruised right leg
match HLLintwouLarge severely swollen and deeply bruised left leg
match HRAintwouLarge severely swollen and shattered right arm
match HLAintwouLarge severely swollen and shattered left arm
match HRHintwouLarge severely swollen and shattered right hand
match HLHintwouLarge severely swollen and shattered left hand
match HRLintwouLarge severely swollen and shattered right leg
match HLLintwouLarge severely swollen and shattered left leg
match woundlevel3_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel3_next:
COUNTER ADD 1
WoundLevel3:
pause
match HNERintwouLarge difficulty controlling actions
match HBintwouMedium severely swollen and deeply bruised back
match HCintwouMedium severely swollen and deeply bruised chest
match HAintwouLarge severely bloated and discolored abdomen
match HNintwouMedium severely swollen and deeply bruised neck
match HREintwouMedium severely swollen, bruised and crossed right eye
match HLEintwouMedium severely swollen, bruised and crossed left eye
match HHintwouLarge badly bruised and swollen head
match HRAintwouMedium severely swollen and deeply bruised right arm
match HLAintwouMedium severely swollen and deeply bruised left arm
match HRHintwouMedium severely swollen and deeply bruised right hand
match HLHintwouMedium severely swollen and deeply bruised left hand
match HRLintwouMedium severely swollen and deeply bruised right leg
match HLLintwouMedium severely swollen and deeply bruised left leg
match woundlevel4_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel4_next:
COUNTER ADD 1
WoundLevel4:
pause
match HRAextwouMedium deep slashes across the right arm
match HLAextwouMedium deep slashes across the left arm
match HRLextwouMedium deep slashes across the right leg
match HLLextwouMedium deep slashes across the left leg
match HRHextwouMedium deep slashes across the right hand
match HLHextwouMedium deep slashes across the left hand
match HCextwouMedium deep slashes across the chest
match HAextwouMedium deep slashes across the abdomen
match HBextwouMedium deep slashes across the back
match HNextwouMedium deep slashes across the neck
match HHextwouMedium deep slashes and cuts about the head
match HLEextwouMedium bruised, swollen and bleeding left eye
match HREextwouMedium bruised, swollen and bleeding right eye
match woundlevel5_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel5_next:
COUNTER ADD 1
WoundLevel5:
pause
match HNERintwouMedium severe twitching
match HBintwouMedium severely swollen and bruised back
match HCintwouMedium severely swollen and bruised chest
match HAintwouMedium severely swollen and bruised abdomen
match HNintwouMedium severely swollen and bruised neck
match HREintwouSmall severely swollen and bruised right eye
match HLEintwouSmall severely swollen and bruised left eye
match HHintwouMedium deeply bruised head
match HRAintwouSmall severely swollen and deeply bruised right arm
match HLAintwouSmall severely swollen and deeply bruised left arm
match HRHintwouSmall severely swollen and deeply bruised right hand
match HLHintwouSmall severely swollen and deeply bruised left hand
match HRLintwouSmall severely swollen and deeply bruised right leg
match HLLintwouSmall severely swollen and deeply bruised left leg
match woundlevel6_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel6_next:
COUNTER ADD 1
WoundLevel6:
pause
match HRAextwouSmall deep cuts across the right arm
match HLAextwouSmall deep cuts across the left arm
match HRLextwouSmall deep cuts across the right leg
match HLLextwouSmall deep cuts across the left leg
match HRHextwouSmall deep cuts across the right hand
match HLHextwouSmall deep cuts across the left hand
match HCextwouSmall deep cuts across the chest
match HAextwouSmall deep cuts across the abdomen
match HBextwouSmall deep cuts across the back
match HNextwouSmall deep cuts across the neck
match HHextwouMedium deep cuts about the head
match HLEextwouMedium bruised and swollen left eye
match HREextwouMedium bruised and swollen right eye
match woundlevel7_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel7_next:
COUNTER ADD 1
WoundLevel7:
pause
match HNERintwouSmall minor twitching
match HBintwouSmall minor swelling and bruising in the back
match HCintwouSmall minor swelling and bruising in the chest
match HAintwouSmall minor swelling and bruising in the abdomen
match HNintwouSmall minor swelling and bruising around the neck
match HREintwouSmall minor swelling and bruising around the right eye
match HLEintwouSmall minor swelling and bruising around the left eye
match HHintwouSmall bruised head
match HRAintwouSmall minor swelling and bruising around the right arm
match HLAintwouSmall minor swelling and bruising around the left arm
match HRHintwouSmall minor swelling and bruising around the right hand
match HLHintwouSmall minor swelling and bruising around the left hand
match HRLintwouSmall minor swelling and bruising around the right leg
match HLLintwouSmall minor swelling and bruising around the left leg
match woundlevel8_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel8_next:
COUNTER ADD 1
WoundLevel8:
pause
match HRAextwouSmall cuts and bruises about the right arm
match HLAextwouSmall cuts and bruises about the left arm
match HRLextwouSmall cuts and bruises about the right leg
match HLLextwouSmall cuts and bruises about the left leg
match HRHextwouSmall cuts and bruises about the right hand
match HLHextwouSmall cuts and bruises about the left hand
match HCextwouSmall cuts and bruises about the chest
match HAextwouSmall cuts and bruises about the abdomen
match HBextwouSmall cuts and bruises about the back
match HNextwouSmall cuts and bruises about the neck
match HHextwouSmall cuts and bruises about the head
match HLEextwouMedium black and blue left eye
match HREextwouMedium black and blue right eye
match woundlevel9_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel9_next:
COUNTER ADD 1
WoundLevel9:
pause
match HRAextwouSmall tiny scratches to the right arm
match HLAextwouSmall tiny scratches to the left arm
match HRLextwouSmall tiny scratches to the right leg
match HLLextwouSmall tiny scratches to the left leg
match HRHextwouSmall tiny scratches to the right hand
match HLHextwouSmall tiny scratches to the left hand
match HCextwouSmall tiny scratches to the chest
match HAextwouSmall tiny scratches to the abdomen
match HBextwouSmall tiny scratches to the back
match HNextwouSmall tiny scratches to the neck
match HHextwouSmall tiny scratches to the head
match HLEextwouSmall tiny scratches to the left eye
match HREextwouSmall tiny scratches to the right eye
match woundlevel10_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel10_next:
COUNTER ADD 1
WoundLevel10:
pause
match HRAextwouSmall minor abrasions to the right arm
match HLAextwouSmall minor abrasions to the left arm
match HRLextwouSmall minor abrasions to the right leg
match HLLextwouSmall minor abrasions to the left leg
match HRHextwouSmall minor abrasions to the right hand
match HLHextwouSmall minor abrasions to the left hand
match HCextwouSmall minor abrasions to the chest
match HAextwouSmall minor abrasions to the abdomen
match HBextwouSmall minor abrasions to the back
match HNextwouSmall minor abrasions to the neck
match HHextwouSmall minor abrasions to the head
match HLEextwouSmall minor abrasions to the left eye
match HREextwouSmall minor abrasions to the right eye
match woundlevel11_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel11_next:
COUNTER ADD 1
WoundLevel11:
pause
match HCextscarLarge severely scarred, mangled and malformed chest area
match HAextscarLarge mostly non-existent abdomen filled with ugly chunks of scarred flesh
match HRAextscarLarge severely scarred, mangled and malformed right arm
match HLAextscarLarge severely scarred, mangled and malformed left arm
match HRHextscarLarge severely scarred, mangled and malformed right hand
match HLHextscarLarge severely scarred, mangled and malformed left hand
match HRLextscarLarge severely scarred, mangled and malformed right leg
match HLLextscarLarge severely scarred, mangled and malformed left leg
match HREextscarLarge painfully mangled and malformed right eye
match HLEextscarLarge painfully mangled and malformed left eye
match HREextscarLarge empty right eye socket overgrown with bits of odd shaped flesh
match HLEextscarLarge empty left eye socket overgrown with bits of odd shaped flesh
match woundlevel12_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel12_next:
COUNTER ADD 1
WoundLevel12:
pause
match HCextscarLarge severe scarring and chunks of flesh missing about the chest area
match HAextscarLarge severe scarring and chunks of flesh missing from the abdomen
match HBextscarLarge severe scarring and chunks of flesh missing from the back
match HHextscarLarge mangled and malformed head
match HNextscarLarge severe scarring and chunks of flesh missing from the neck
match HRAextscarLarge severe scarring and chunks of flesh missing from the right arm
match HLAextscarLarge severe scarring and chunks of flesh missing from the left arm
match HRHextscarLarge severe scarring and chunks of flesh missing from the right hand
match HLHextscarLarge severe scarring and chunks of flesh missing from the left hand
match HRLextscarLarge severe scarring and chunks of flesh missing from the right leg
match HLLextscarLarge severe scarring and chunks of flesh missing from the left leg
match HREextscarLarge punctured and shriveled right eye
match HLEextscarLarge punctured and shriveled left eye
match woundlevel13_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel13_next:
COUNTER ADD 1
WoundLevel13:
pause
match HCextscarLarge severe scarring and ugly gashes about the chest
match HAextscarLarge severe scarring and ugly gashes about the abdomen
match HBextscarLarge severe scarring and ugly gashes about the back
match HHextscarLarge severe scarring and ugly gashes about the head
match HNextscarLarge severe scarring and ugly gashes about the neck
match HRAextscarMedium severe scarring and ugly gashes about the right arm
match HLAextscarMedium severe scarring and ugly gashes about the left arm
match HRHextscarMedium severe scarring and ugly gashes about the right hand
match HLHextscarMedium severe scarring and ugly gashes about the left hand
match HRLextscarMedium severe scarring and ugly gashes about the right leg
match HLLextscarMedium severe scarring and ugly gashes about the left leg
match HREextscarLarge deeply scarred gashes across the right eye
match HLEextscarLarge deeply scarred gashes across the left eye
match woundlevel14_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel14_next:
COUNTER ADD 1
WoundLevel14:
pause
match HCextscarMedium severe scarring along the chest
match HAextscarMedium severe scarring along the abdomen
match HBextscarMedium severe scarring along the back
match HHextscarMedium severe scarring about the head
match HNextscarMedium severe scarring along the neck
match HRAextscarMedium severe scarring along the right arm
match HLAextscarMedium severe scarring along the left arm
match HRHextscarMedium severe scarring along the right hand
match HLHextscarMedium severe scarring along the left hand
match HRLextscarMedium severe scarring along the right leg
match HLLextscarMedium severe scarring along the left leg
match HREextscarMedium severe scarring across the right eye
match HLEextscarMedium severe scarring across the left eye
match woundlevel15_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel15_next:
COUNTER ADD 1
WoundLevel15:
pause
match HNERintscarMedium numbness in your arms and legs
match HCintscarMedium constant twitching in the chest and difficulty breathing
match HCintscarMedium painful chest area and difficulty getting a breath without pain
match HAintscarMedium somewhat emaciated look
match HBintscarMedium constant twitching in the back and difficulty moving in general
match HHintscarMedium constant twitch on the forehead and a painful headache
match HNintscarMedium paralyzed neck
match HRAintscarMedium paralyzed right arm
match HLAintscarMedium paralyzed left arm
match HRHintscarMedium paralyzed right hand
match HLHintscarMedium paralyzed left hand
match HRLintscarMedium paralyzed right leg
match HLLintscarMedium paralyzed left leg
match HREintscarMedium clouded right eye
match HLEintscarMedium clouded left eye
match woundlevel16_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel16_next:
COUNTER ADD 1
WoundLevel16:
pause
match HCextscarSmall minor scarring along the chest
match HAextscarSmall minor scarring along the abdomen
match HBextscarSmall minor scarring along the back
match HHextscarSmall minor scars about the head
match HNextscarSmall minor scarring along the neck
match HRAextscarSmall minor scarring along the right arm
match HLAextscarSmall minor scarring along the left arm
match HRHextscarSmall minor scarring along the right hand
match HLHextscarSmall minor scarring along the left hand
match HRLextscarSmall minor scarring along the right leg
match HLLextscarSmall minor scarring along the left leg
match HREextscarSmall minor scars across the right eye
match HLEextscarSmall minor scars across the left eye
match woundlevel17_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel17_next:
COUNTER ADD 1
WoundLevel17:
pause
match HCextscarSmall some tiny scars across the chest
match HAextscarSmall some tiny scars across the abdomen
match HBextscarSmall some tiny scars across the back
match HHextscarSmall some tiny scars across the head
match HNextscarSmall some tiny scars across the neck
match HRAextscarSmall some tiny scars across the right arm
match HLAextscarSmall some tiny scars across the left arm
match HRHextscarSmall some tiny scars across the right hand
match HLHextscarSmall some tiny scars across the left hand
match HRLextscarSmall some tiny scars across the right leg
match HLLextscarSmall some tiny scars across the left leg
match HREextscarSmall some tiny scars across the right eye
match HLEextscarSmall some tiny scars across the left eye
match woundlevel18_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel18_next:
COUNTER ADD 1
WoundLevel18:
pause
match HCextscarSmall few nearly invisible scars along the chest
match HAextscarSmall few nearly invisible scars along the abdomen
match HBextscarSmall few nearly invisible scars along the back
match HHextscarSmall few nearly invisible scars along the head
match HNextscarSmall few nearly invisible scars along the neck
match HRAextscarSmall few nearly invisible scars along the right arm
match HLAextscarSmall few nearly invisible scars along the left arm
match HRHextscarSmall few nearly invisible scars along the right hand
match HLHextscarSmall few nearly invisible scars along the left hand
match HRLextscarSmall few nearly invisible scars along the right leg
match HLLextscarSmall few nearly invisible scars along the left leg
match HREextscarSmall few nearly invisible scars along the right eye
match HLEextscarSmall few nearly invisible scars along the left eye
match woundlevel19_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel19_next:
COUNTER ADD 1
WoundLevel19:
pause
match HCintscarSmall constant twitching in the chest
match HAintscarSmall constant twitching in the abdomen
match HBintscarSmall constant twitching in the back
match HHintscarSmall constant twitch on the forehead
match HNintscarSmall constant twitching in the neck
match HRAintscarSmall constant twitching in the right arm
match HLAintscarSmall constant twitching in the left arm
match HRHintscarSmall constant twitching in the right hand
match HLHintscarSmall constant twitching in the left hand
match HRLintscarSmall constant twitching in the right leg
match HLLintscarSmall constant twitching in the left leg
match HREintscarSmall constant twitching in the right eye
match HLEintscarSmall constant twitching in the left eye
match woundlevel20_next Encumbrance:
put HEALTH
put ENC
matchwait
WoundLevel20_next:
COUNTER ADD 1
WoundLevel20:
pause
match HCintscarSmall occasional twitching in the chest
match HAintscarSmall occasional twitching in the abdomen
match HBintscarSmall occasional twitching in the back
match HHintscarSmall occasional twitch on the forehead
match HNintscarSmall occasional twitching in the neck
match HRAintscarSmall occasional twitching in the right arm
match HLAintscarSmall occasional twitching in the left arm
match HRHintscarSmall occasional twitching in the right hand
match HLHintscarSmall occasional twitching in the left hand
match HRLintscarSmall occasional twitching in the right leg
match HLLintscarSmall occasional twitching in the left leg
match HREintscarSmall occasional twitching in the right eye
match HLEintscarSmall occasional twitching in the left eye
match woundlevel21 Encumbrance:
put HEALTH
put ENC
matchwait
woundlevel21:
pause
match ResetScript You have a
match ResetScript You have an
match ResetScript You have some
match EndOfScript You have no significant injuries.
match ResetScript Encumbrance:
put HEALTH
put ENC
matchwait
EndOfScript2:
put EXP
pause 30
goto EndOfScript2
HRAextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRLextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HRHextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HCextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HHextwouSmall:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HNextwouSmall:
pause 1
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HREextwouSmall:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HLEextwouSmall:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HRAextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRLextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HRHextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HCextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HNextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HHextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HREextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HLEextwouMedium:
pause 1
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HHextwouLarge:
pause 1
put PREP EWH 3
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HREextwouLarge:
pause 1
put PREP EWH 3
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HLEextwouLarge:
pause 1
put PREP EWH 3
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HRAintwouSmall:
pause 1
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAintwouSmall:
pause 1
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRLintwouSmall:
pause 1
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLintwouSmall:
pause 1
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HRHintwouSmall:
pause 1
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HHintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HREintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HLEintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HNintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBintwouSmall:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HNERintwouSmall:
put PREP IWH 10
waitfor You feel fully prepared
put CAST NERVE
goto TopOfScript
HRAextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRHextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HRLextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HHextscarSmall:
put PREP ESH 9
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HNextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBextscarSmall:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HLEextscarSmall:
put PREP ESH 9
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HREextscarSmall:
put PREP ESH 9
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HRAextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRHextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HRLextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HHextscarMedium:
put PREP ESH 9
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HNextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HLEextscarMedium:
put PREP ESH 11
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HREextscarMedium:
put PREP ESH 11
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HRAextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRHextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HRLextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HHextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HNextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBextscarLarge:
put PREP ESH 10
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HLEextscarLarge:
put PREP ESH 11
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HREextscarLarge:
put PREP ESH 11
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript

HRAintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRLintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HRHintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HHintwouMedium:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HREintwouMedium:
put PREP IWH 9
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HLEintwouMedium:
put PREP IWH 9
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HNintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBintwouMedium:
put PREP IWH 6
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HNERintwouMedium:
put PREP IWH 12
waitfor You feel fully prepared
put CAST NERVE
goto TopOfScript
HRAintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRLintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HRHintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HHintwouLarge:
put PREP IWH 10
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HREintwouLarge:
put PREP IWH 12
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HLEintwouLarge:
put PREP IWH 12
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HNintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBintwouLarge:
put PREP IWH 8
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HNERintwouLarge:
put PREP IWH 15
waitfor You feel fully prepared
put CAST NERVE
goto TopOfScript
HRAintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRHintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HRLintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HHintscarSmall:
put PREP ISH 12
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HNintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBintscarSmall:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HLEintscarSmall:
put PREP ISH 12
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HREintscarSmall:
put PREP ISH 12
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HRAintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT ARM
goto TopOfScript
HLAintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT ARM
goto TopOfScript
HRHintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT HAND
goto TopOfScript
HLHintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT HAND
goto TopOfScript
HRLintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT LEG
goto TopOfScript
HLLintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT LEG
goto TopOfScript
HHintscarMedium:
put PREP ISH 15
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST HEAD
goto TopOfScript
HNintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST NECK
goto TopOfScript
HCintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST CHEST
goto TopOfScript
HAintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST ABDOMEN
goto TopOfScript
HBintscarMedium:
put PREP ISH 12
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST BACK
goto TopOfScript
HLEintscarMedium:
put PREP ISH 15
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST LEFT EYE
goto TopOfScript
HREintscarMedium:
put PREP ISH 15
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST RIGHT EYE
goto TopOfScript
HNERintscarSmall:
put PREP ISH 15
waitfor You feel fully prepared
put CAST NERVE
goto TopOfScript
HNERintscarMedium:
put PREP ISH 18
waitfor You feel fully prepared
put CAST NERVE
goto TopOfScript
HNERintscarLarge:
put PREP ISH 22
waitfor You feel fully prepared
put CAST NERVE
goto TopOfScript
HSkinextscarSmall:
put PREP ESH 9
pause 2
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST SKIN
goto TopOfScript
HSkinextscarMedium:
put PREP ESH 9
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST SKIN
goto TopOfScript
HSkinextscarLarge:
put PREP ESH 11
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST SKIN
goto TopOfScript
HSkinextwouSmall:
put PREP EWH 1
pause 2
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST SKIN
goto TopOfScript
HSkinextwouMedium:
put PREP EWH 1
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST SKIN
goto TopOfScript
HSkinextwouLarge:
put PREP EWH 3
pause 1
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put HARN 1
waitfor roundtime
pause
put CAST SKIN
goto TopOfScript
################
# CODE END #
################

Heh maybe I should move this to a seperate website or such?
Reply with quote
MattLofton
GURU


Joined: 23 Dec 2000
Posts: 4834
Location: USA

PostPosted: Mon May 15, 2006 3:27 am   
 
Have you checked the Finished Scripts forum? Not sure if anyone's posted a standard Dragonrealms/Gemstone empath self-healing script yet. If not, I'll set one up and post it later as it's way too big for just walking you through it.
_________________
EDIT: I didn't like my old signature
Reply with quote
Strakc
Apprentice


Joined: 31 Jan 2006
Posts: 106
Location: Virginia Beach, Virginia

PostPosted: Mon May 15, 2006 7:23 am   
 
I've looked around and didn't find one that would help.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net