Empath - Heal All (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Creation of page/script)
 
mNo edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Script
{{Script
|cat=Empath, utility
|cat=Empath
|fe=StormFront
|fe=StormFront
|auth=[[User:REYANDO|Kashna]]
|auth=[[User:Kashna|Kashna]]
}}
}}
==Basic Description==
Designed for low-level empaths, this script will use [[Heal Wounds]] and [[Heal Scars]] to completely heal an [[Empath]] of wounds. It does so in a somewhat inefficient way, using the Health readout, then attempting to heal external wounds, external scars, then internal wounds, then internal scars for each body part encountered in that prompt. This is a healing script for young empaths who rely on HW and HS alone. It is set up to expect the use of cambrinth.<br>


==Using Your Cambrinth==
This script will use [[Heal Wounds]] and [[Heal Scars]] to completely heal an [[Empath]] of wounds. It actually works as two separate scripts in tandem. This is because I don't know how to make a script determine its own variables. As such, I made it so that the HealAll script checks one's health and calls out to the HealAllSupport script in a different way depending upon the part of the body that is wounded.
I’ve set up this script to provide you with two prompts each time that you run it:<br>
:<b>1. If using cambrinth, please tap your cambrinth item now. (If not, please type “none”.)</b><br>
:::*The script first glances to see if there's a matching cambrinth item in your hands at this point. If not, it will wait until it finds something with the name of one of the items within its list of matches. See Possible Desired Edits below if your personal cambrinth item is not recognized and the script hangs here.<br>
:::*Typing “none” will force the script to ignore these two prompts and dive into the healing process... unfortunately, the healing itself will be somewhat anemic, though. The base spells are only prepared for HW 4 and HS 6... it’ll get the job done, but rather slowly, to be sure! You’ll also receive error prompts from the system, but it won’t break the script, either.<br>
:<b>2 How much mana would you like to charge your cambrinth with? ( Answer must be in the form of “ # mana “. )</b><br>
:::*An answer of “ 5 mana “ will cause you to charge your cambrinth item for 5 mana for every single spellcast within the script for this run. Note: only accepts entries from 1-30 mana.<br>
:<b>3. You must respond to each of these prompts each time you run this script.</b><br>
:::* This can be automated if you like, however. See Possible Desired Edits below for details.<br><br>


==Possible Desired Edits==
HealAll: checks health, calls out to HealAllSupport, informs you when you are clean from wounds
'''My Cambrinth Item Is Not Listed'''<br>
::I created a special match argument entitled “Yourcambrinth”. Replace all 4 instances of that phrase with the name of your cambrinth item.<br><br>


'''I Want The Script To Always Use The Same Cambrinth For The Same Mana'''<br>
HealAllSupport: heals the external wound, then external scar, then internal wound and resulting internal scar as well. Checks are built in so as to not waste too much mana - if there is no wound to heal, this script will skip over trying to heal the scar. As a result, you may need to manually heal body parts that had no wound and only scars later.
Create two new lines of code within the script.<br>
:1. After the “tap” prompt<br>
:::*“ put Yourcambrinth” - replace that Yourcambrinth with the name of your cambrinth item.<br>
:2. After the “mana” prompt<br>
:::* just enter "5 mana “ ... or however much mana it is that you desire to charge it with.<br><br>


'''I Don’t Want To Use Cambrinth'''<br>
That’s easy enough! Just put the command “Put none” after the initial “tap” prompt, before all the match phrases.<br><br>


'''I Want Different Base Mana Values For Each Spell'''<br>
==How To Use These Scripts==
To change this you’ll need to go into the code and find the following lines of code<br>
This is simple. Create two scripts and call the first one "HealAll" (no spaces!). The second script needs to be called "HealAllSupport". You will only ever call to "HealAll," the HealAllSupport script uses two variables (%1 %2) to accept input of body part and cast accordingly. As such, it is possible to use HealAllSupport on its own to be very specific to healing individual body parts should you choose, a simple ".HealAllSupport right arm" would do it... this is precisely the input that "HealAll" does when it detects a right arm wound.
:1. put prep hw 5<br>
:2. put prep hs 7<br>
Note that these two lines of code are used twice each within the script (once to heal the external wound, once to heal the internal). Just change the number to the amount of mana that you desire to prepare the spell at.<br><br>


==Caveat==
'''Both scripts are necessary in order for this to function appropriately.'''
This is a work in progress. I've noticed a few minor oddities as I've used it (one was "cast right leg leg", for instance). I've corrected all that I've come across, but there's certain to be one or two that I've missed! I will be refining the script over time and use... but I might need your feedback to make it happen! Use the [[Talk:Empath - Heal All (script)]] page to give it! :-)
<br><br>
Note: error in healing right leg injuries corrected on April 30th.<br><br>


==HealAll==
<pre>
#HealAll


# Variables in use in this script:
==Possible Desired Edits==
# H = body PART healed (arm)
If you want it to heal all scars regardless, edit HealAllSupport for the following:
# P = body PLACE healed (right)
# C = cambrinth used
# M = mana used to charge cambrinth


:"match HealInt is not injured" -- change "HealInt" to "HealExtScar"
:"match BackToHealAll is not injured" -- change "BackToHealAll" to "HealIntScar"


CambrinthCheck:
You may also want to change the amount of mana that you put into each spell. I used HW 4, and HS 7. If you would like to change these values, do so within the HealAllSupport script. It casts each spell twice (once external and once internal).
echo
echo ************************************************
echo
echo Glancing for cambrinth now.
echo If using cambrinth, please tap or get your cambrinth.
echo If not using cambrinth, please type “none”.
echo
echo ************************************************
echo
put glance
match Yourcambrinth yourcambrinth
match Medallion medallion
match Ring ring
match Earcuff earcuff
match Orb orb
match Choker choker
match Pendant pendant
match Shard shard
match Wristcuff wristcuff
match Wristband wristband
match Cube cube
match Anklet anklet
match Torque torque
match Sliver sliver
match Shaving shaving
match Scrap scrap
match Flake flake
match Earring earring
match Globe globe
match Dragon dragon
match Armband armband
match Hairpin hairpin
match Pin pin
match Chain chain
match Rose rose
match Rod rod
match Skull skull
match Marble marble
match Phoenix phoenix
match Dolphin dolphin
match Wren wren
match Bag bag
match Marble marble
match Cricket cricket
match Hip hip
match HealthCheck none
match HealthCheck None
matchwait


Yourcambrinth:
setvariable C yourcambrinth
goto CambrinthMana


CambrinthMana:
==HealAll==
echo
<pre>
echo *****************************************************
#HealAll
echo
echo How much mana would you like to charge your cambrinth with?
echo ( Answer must be in the form of “ # mana “. )
echo ( Current preps are HW-5 and HS-7)
echo
echo *****************************************************
echo
match HealthCheck none
match HealthCheck None
match Cero 0 mana
match Uno 1 mana
match Dos 2 mana
match Tres 3 mana
match Cuatro 4 mana
match Cinco 5 mana
match Seis 6 mana
match Siete 7 mana
match Ocho 8 mana
match Nueve 9 mana
match Diez 10 mana
match Once 11 mana
match Doce 12 mana
match Trece 13 mana
match Catorce 14 mana
match Quince 15 mana
match Dieciseis 16 mana
match Diecisiete 17 mana
match Dieciocho 18 mana
match Diecinueve 19 mana
match Veinte 20 mana
match Veintiuno 21 mana
match Veintidos 22 mana
match Veintitres 23 mana
match Veinticuatro 24 mana
match Veinticinco 25 mana
match Veintiseis 26 mana
match Veintisiete 27 mana
match Veinteocho 28 mana
match Veintenueve 29 mana
match Treinta 30 mana
matchwait


HealthCheck:
HealthCheck:
Line 55: Line 176:


Skin:
Skin:
setvariable H skin
put .HealAllSupport skin
setvariable P
goto HealExt


Head:
Head:
setvariable H head
put .HealAllSupport head
setvariable P
goto HealExt


REye:
REye:
setvariable H right
put .HealAllSupport right eye
setvariable P eye
goto HealExt


LEye:
LEye:
setvariable H left
put .HealAllSupport left eye
setvariable P eye
goto HealExt


Neck:
Neck:
setvariable H neck
put .HealAllSupport neck
setvariable P
goto HealExt


RArm:
RArm:
setvariable H right
put .HealAllSupport right arm
setvariable P arm
goto HealExt


Larm:
Larm:
setvariable H left
put .HealAllSupport left arm
setvariable P arm
goto HealExt


RHand:
RHand:
setvariable H right
put .HealAllSupport right hand
setvariable P hand
goto HealExt


LHand:
LHand:
setvariable H left
put .HealAllSupport left hand
setvariable P hand
goto HealExt


Chest:
Chest:
put .HealAllSupport chest
setvariable H chest
setvariable P
goto HealExt


Back:
Back:
setvariable H back
put .HealAllSupport back
setvariable P
goto HealExt


Abdomen:
Abdomen:
put .HealAllSupport abdomen
setvariable H abdomen
setvariable P
goto HealExt


RLeg:
RLeg:
setvariable H right
put .HealAllSupport right leg
setvariable P leg
goto HealExt


LLeg:
LLeg:
setvariable H left
put .HealAllSupport left leg
setvariable P leg
goto HealExt


Done:
echo
echo ******************
echo
echo *** All clean! ***
echo
echo ******************
echo
</pre>

==HealAllSupport==
<pre>
#HealAllSupport
#HealAllSupport


HealExt:
HealExt:
put prep hw 4
put prep hw 5
put charge my %C %M
waitfor You feel fully prepared
waitfor Roundtime
put cast %1 %2 ext
pause 1
put invoke my %C
pause 12
put cast %H %P
match HealExt better
match HealExt better
match HealExt improved
match HealExt improved
match HealExtScar healed
match HealExtScar healed
match HealInt is not injured
match HealExtScar is not injured
matchwait
matchwait


HealExtScar:
HealExtScar:
put prep hs 7
put prep hs 7
put charge my %C %M
waitfor You feel fully prepared
waitfor Roundtime
put cast %1 %2 ext
pause 1
put invoke my %C
pause 12
put cast %H %P
match HealExtScar better
match HealExtScar better
match HealExtScar improved
match HealExtScar improved
match HealInt healed
match HealInt is not injured
match HealInt is not injured
match HealInt healed
matchwait
matchwait


HealInt:
HealInt:
put prep hw 4
put prep hw 5
put charge my %C %M
waitfor You feel fully prepared
waitfor Roundtime
put cast %1 %2 int
pause 1
put invoke my %C
pause 12
put cast %H %P int
match HealInt better
match HealInt better
match HealInt improved
match HealInt improved
match HealIntScar healed
match HealIntScar healed
match BackToHealAll is not injured
match HealIntScar is not injured
matchwait
matchwait


HealIntScar:
HealIntScar:
put prep hs 7
put prep hs 7
put charge my %C %M
waitfor You feel fully prepared
waitfor Roundtime
put cast %1 %2 int
pause 1
put invoke my %C
pause 12
put cast %H %P int
match HealIntScar better
match HealIntScar better
match HealIntScar improved
match HealIntScar improved
match BackToHealAll healed
match HealthCheck is not injured
match BackToHealAll is not injured
match HealthCheck healed
matchwait
matchwait


Done:
BackToHealAll:
echo
put .HealAll
echo ******************
echo
echo *** All clean! ***
echo
echo ******************
echo
Exit

Medallion:
setvariable C medallion
goto CambrinthMana
Ring:
setvariable C ring
goto CambrinthMana

Earcuff:
setvariable C earcuff
goto CambrinthMana

Orb:
setvariable C orb
goto CambrinthMana

Choker:
setvariable C choker
goto CambrinthMana

Pendant:
setvariable C pendant
goto CambrinthMana

Shard:
setvariable C shard
goto CambrinthMana

Wristcuff:
setvariable C wristcuff
goto CambrinthMana

Wristband:
setvariable C wristband
goto CambrinthMana

Cube:
setvariable C cube
goto CambrinthMana

Anklet:
setvariable C anklet
goto CambrinthMana

Torque:
setvariable C torque
goto CambrinthMana

Sliver:
setvariable C sliver
goto CambrinthMana

Shaving:
setvariable C shaving
goto CambrinthMana

Scrap:
setvariable C scrap
goto CambrinthMana

Flake:
setvariable C flake
goto CambrinthMana

Earring:
setvariable C earring
goto CambrinthMana

Globe:
setvariable C globe
goto CambrinthMana

Dragon:
setvariable C dragon
goto CambrinthMana

Cricket:
setvariable C cricket
goto CambrinthMana

Armband:
setvariable C armband
goto CambrinthMana

Hairpin:
setvariable C hairpin
goto CambrinthMana

Pin:
setvariable C pin
goto CambrinthMana

Chain:
setvariable C chain
goto CambrinthMana

Rose:
setvariable C rose
goto CambrinthMana

Hip:
setvariable C hip
goto CambrinthMana

Rod:
setvariable C rod
goto CambrinthMana

Skull:
setvariable C skull
goto CambrinthMana

Marble:
setvariable C marble
goto CambrinthMana

Phoenix:
setvariable C phoenix
goto CambrinthMana

Dolphin:
setvariable C dolphin
goto CambrinthMana

Wren:
setvariable C wren
goto CambrinthMana

Bag:
setvariable C bag
goto CambrinthMana

Cero:
setvariable M 0
goto HealthCheck

Uno:
setvariable M 1
goto HealthCheck

Dos:
setvariable M 2
goto HealthCheck

Tres:
setvariable M 3
goto HealthCheck

Cuatro:
setvariable M 4
goto HealthCheck

Cinco:
setvariable M 5
goto HealthCheck

Seis:
setvariable M 6
goto HealthCheck

Siete:
setvariable M 7
goto HealthCheck

Ocho:
setvariable M 8
goto HealthCheck

Nueve:
setvariable M 9
goto HealthCheck

Diez:
setvariable M 10
goto HealthCheck

Once:
setvariable M 11
goto HealthCheck

Doce:
setvariable M 12
goto HealthCheck

Trece:
setvariable M 13
goto HealthCheck

Catorce:
setvariable M 14
goto HealthCheck

Quince:
setvariable M 15
goto HealthCheck

Dieciseis:
setvariable M 16
goto HealthCheck

Diecisiete:
setvariable M 17
goto HealthCheck

Dieciocho:
setvariable M 18
goto HealthCheck

Diecinueve:
setvariable M 19
goto HealthCheck

Veinte:
setvariable M 20
goto HealthCheck

Veintiuno:
setvariable M 21
goto HealthCheck

Veintidos:
setvariable M 22
goto HealthCheck

Veintitres:
setvariable M 23
goto HealthCheck

Veinticuatro:
setvariable M 24
goto HealthCheck

Veinticinco:
setvariable M 25
goto HealthCheck

Veintiseis:
setvariable M 26
goto HealthCheck

Veintisiete:
setvariable M 27
goto HealthCheck

Veinteocho:
setvariable M 28
goto HealthCheck

Veintenueve:
setvariable M 29
goto HealthCheck

Treinta:
setvariable M 30
goto HealthCheck

</pre>
</pre>

Latest revision as of 20:16, 23 May 2016

Empath - Heal All (script)
Category Empath
Front-end StormFront
Author Kashna

Basic Description

Designed for low-level empaths, this script will use Heal Wounds and Heal Scars to completely heal an Empath of wounds. It does so in a somewhat inefficient way, using the Health readout, then attempting to heal external wounds, external scars, then internal wounds, then internal scars for each body part encountered in that prompt. This is a healing script for young empaths who rely on HW and HS alone. It is set up to expect the use of cambrinth.

Using Your Cambrinth

I’ve set up this script to provide you with two prompts each time that you run it:

1. If using cambrinth, please tap your cambrinth item now. (If not, please type “none”.)
  • The script first glances to see if there's a matching cambrinth item in your hands at this point. If not, it will wait until it finds something with the name of one of the items within its list of matches. See Possible Desired Edits below if your personal cambrinth item is not recognized and the script hangs here.
  • Typing “none” will force the script to ignore these two prompts and dive into the healing process... unfortunately, the healing itself will be somewhat anemic, though. The base spells are only prepared for HW 4 and HS 6... it’ll get the job done, but rather slowly, to be sure! You’ll also receive error prompts from the system, but it won’t break the script, either.
2 How much mana would you like to charge your cambrinth with? ( Answer must be in the form of “ # mana “. )
  • An answer of “ 5 mana “ will cause you to charge your cambrinth item for 5 mana for every single spellcast within the script for this run. Note: only accepts entries from 1-30 mana.
3. You must respond to each of these prompts each time you run this script.
  • This can be automated if you like, however. See Possible Desired Edits below for details.

Possible Desired Edits

My Cambrinth Item Is Not Listed

I created a special match argument entitled “Yourcambrinth”. Replace all 4 instances of that phrase with the name of your cambrinth item.

I Want The Script To Always Use The Same Cambrinth For The Same Mana
Create two new lines of code within the script.

1. After the “tap” prompt
  • “ put Yourcambrinth” - replace that Yourcambrinth with the name of your cambrinth item.
2. After the “mana” prompt
  • just enter "5 mana “ ... or however much mana it is that you desire to charge it with.

I Don’t Want To Use Cambrinth
That’s easy enough! Just put the command “Put none” after the initial “tap” prompt, before all the match phrases.

I Want Different Base Mana Values For Each Spell
To change this you’ll need to go into the code and find the following lines of code

1. put prep hw 5
2. put prep hs 7

Note that these two lines of code are used twice each within the script (once to heal the external wound, once to heal the internal). Just change the number to the amount of mana that you desire to prepare the spell at.

Caveat

This is a work in progress. I've noticed a few minor oddities as I've used it (one was "cast right leg leg", for instance). I've corrected all that I've come across, but there's certain to be one or two that I've missed! I will be refining the script over time and use... but I might need your feedback to make it happen! Use the Talk:Empath - Heal All (script) page to give it! :-)

Note: error in healing right leg injuries corrected on April 30th.

HealAll

#HealAll

#  Variables in use in this script:
#  H = body PART healed  (arm)
#  P = body PLACE healed (right)
#  C = cambrinth used
#  M = mana used to charge cambrinth


CambrinthCheck:
echo
echo ************************************************
echo
echo Glancing for cambrinth now.
echo If using cambrinth, please tap or get your cambrinth.
echo If not using cambrinth, please type “none”.
echo
echo ************************************************
echo
put glance
match Yourcambrinth yourcambrinth
match Medallion medallion
match Ring ring
match Earcuff earcuff
match Orb orb
match Choker choker
match Pendant pendant
match Shard shard
match Wristcuff wristcuff
match Wristband wristband
match Cube cube
match Anklet anklet
match Torque torque
match Sliver sliver
match Shaving shaving
match Scrap scrap
match Flake flake
match Earring earring
match Globe globe
match Dragon dragon
match Armband armband
match Hairpin hairpin
match Pin pin
match Chain chain
match Rose rose
match Rod rod
match Skull skull
match Marble marble
match Phoenix phoenix
match Dolphin dolphin
match Wren wren
match Bag bag
match Marble marble
match Cricket cricket
match Hip hip
match HealthCheck none
match HealthCheck None
matchwait

Yourcambrinth:
setvariable C yourcambrinth
goto CambrinthMana

CambrinthMana:
echo
echo *****************************************************
echo
echo How much mana would you like to charge your cambrinth with?
echo ( Answer must be in the form of “ # mana “. )
echo ( Current preps are HW-5 and HS-7)
echo
echo *****************************************************
echo
match HealthCheck none
match HealthCheck None
match Cero 0 mana
match Uno 1 mana
match Dos 2 mana
match Tres 3 mana
match Cuatro 4 mana
match Cinco 5 mana
match Seis 6 mana
match Siete 7 mana
match Ocho 8 mana
match Nueve 9 mana
match Diez 10 mana
match Once 11 mana
match Doce 12 mana
match Trece 13 mana
match Catorce 14 mana
match Quince 15 mana
match Dieciseis 16 mana
match Diecisiete 17 mana
match Dieciocho 18 mana
match Diecinueve 19 mana
match Veinte 20 mana
match Veintiuno 21 mana
match Veintidos 22 mana
match Veintitres 23 mana
match Veinticuatro 24 mana
match Veinticinco 25 mana
match Veintiseis 26 mana
match Veintisiete 27 mana
match Veinteocho 28 mana
match Veintenueve 29 mana
match Treinta 30 mana
matchwait

HealthCheck:
put health
match Skin paralysis of the entire
match Skin difficulty controlling
match Skin some severe twitching
match Skin some minor twitching
match Skin to the skin
match Head head
match REye right eye
match LEye left eye
match Neck neck
match RArm right arm
match LArm left arm
match RHand right hand
match LHand left hand
match Chest chest
match Back back
match Abdomen abdomen
match RLeg right leg
match LLeg left leg
match Done You have no significant
matchwait

Skin:
setvariable H skin
setvariable P  
goto HealExt

Head:
setvariable H head
setvariable P  
goto HealExt

REye:
setvariable H right
setvariable P eye
goto HealExt

LEye:
setvariable H left
setvariable P eye
goto HealExt

Neck:
setvariable H neck
setvariable P  
goto HealExt

RArm:
setvariable H right
setvariable P arm
goto HealExt

Larm:
setvariable H left
setvariable P arm
goto HealExt

RHand:
setvariable H right
setvariable P hand
goto HealExt

LHand:
setvariable H left
setvariable P hand
goto HealExt

Chest:
setvariable H chest
setvariable P  
goto HealExt

Back:
setvariable H back
setvariable P  
goto HealExt

Abdomen:
setvariable H abdomen
setvariable P  
goto HealExt

RLeg:
setvariable H right
setvariable P leg
goto HealExt

LLeg:
setvariable H left
setvariable P leg
goto HealExt

#HealAllSupport

HealExt:
put prep hw 5
put charge my %C %M
waitfor Roundtime
pause 1
put invoke my %C
pause 12
put cast %H %P
match HealExt better
match HealExt improved
match HealExtScar healed
match HealExtScar is not injured
matchwait

HealExtScar:
put prep hs 7
put charge my %C %M
waitfor Roundtime
pause 1
put invoke my %C
pause 12
put cast %H %P
match HealExtScar better
match HealExtScar improved
match HealInt is not injured
match HealInt healed
matchwait

HealInt:
put prep hw 5
put charge my %C %M
waitfor Roundtime
pause 1
put invoke my %C
pause 12
put cast %H %P int
match HealInt better
match HealInt improved
match HealIntScar healed
match HealIntScar is not injured
matchwait

HealIntScar:
put prep hs 7
put charge my %C %M
waitfor Roundtime
pause 1
put invoke my %C
pause 12
put cast %H %P int
match HealIntScar better
match HealIntScar improved
match HealthCheck is not injured
match HealthCheck healed
matchwait

Done:
echo
echo ******************
echo
echo *** All clean! ***
echo
echo ******************
echo
Exit

Medallion:
setvariable C medallion
goto CambrinthMana
	
Ring:
setvariable C ring
goto CambrinthMana

Earcuff:
setvariable C earcuff
goto CambrinthMana

Orb:
setvariable C orb
goto CambrinthMana

Choker:
setvariable C choker
goto CambrinthMana

Pendant:
setvariable C pendant
goto CambrinthMana

Shard:
setvariable C shard
goto CambrinthMana

Wristcuff:
setvariable C wristcuff
goto CambrinthMana

Wristband:
setvariable C wristband
goto CambrinthMana

Cube:
setvariable C cube
goto CambrinthMana

Anklet:
setvariable C anklet
goto CambrinthMana

Torque:
setvariable C torque
goto CambrinthMana

Sliver:
setvariable C sliver
goto CambrinthMana

Shaving:
setvariable C shaving
goto CambrinthMana

Scrap:
setvariable C scrap
goto CambrinthMana

Flake:
setvariable C flake
goto CambrinthMana

Earring:
setvariable C earring
goto CambrinthMana

Globe:
setvariable C globe
goto CambrinthMana

Dragon:
setvariable C dragon
goto CambrinthMana

Cricket:
setvariable C cricket
goto CambrinthMana

Armband:
setvariable C armband
goto CambrinthMana

Hairpin:
setvariable C hairpin
goto CambrinthMana

Pin:
setvariable C pin
goto CambrinthMana

Chain:
setvariable C chain
goto CambrinthMana

Rose:
setvariable C rose
goto CambrinthMana

Hip:
setvariable C hip
goto CambrinthMana

Rod:
setvariable C rod
goto CambrinthMana

Skull:
setvariable C skull
goto CambrinthMana

Marble:
setvariable C marble
goto CambrinthMana

Phoenix:
setvariable C phoenix
goto CambrinthMana

Dolphin:
setvariable C dolphin
goto CambrinthMana

Wren:
setvariable C wren
goto CambrinthMana

Bag:
setvariable C bag
goto CambrinthMana

Cero:
setvariable M 0
goto HealthCheck

Uno:
setvariable M 1
goto HealthCheck

Dos:
setvariable M 2
goto HealthCheck

Tres:
setvariable M 3
goto HealthCheck

Cuatro:
setvariable M 4
goto HealthCheck

Cinco:
setvariable M 5
goto HealthCheck

Seis:
setvariable M 6
goto HealthCheck

Siete:
setvariable M 7
goto HealthCheck

Ocho:
setvariable M 8
goto HealthCheck

Nueve:
setvariable M 9
goto HealthCheck

Diez:
setvariable M 10
goto HealthCheck

Once:
setvariable M 11
goto HealthCheck

Doce:
setvariable M 12
goto HealthCheck

Trece:
setvariable M 13
goto HealthCheck

Catorce:
setvariable M 14
goto HealthCheck

Quince:
setvariable M 15
goto HealthCheck

Dieciseis:
setvariable M 16
goto HealthCheck

Diecisiete:
setvariable M 17
goto HealthCheck

Dieciocho:
setvariable M 18
goto HealthCheck

Diecinueve:
setvariable M 19
goto HealthCheck

Veinte:
setvariable M 20
goto HealthCheck

Veintiuno:
setvariable M 21
goto HealthCheck

Veintidos:
setvariable M 22
goto HealthCheck

Veintitres:
setvariable M 23
goto HealthCheck

Veinticuatro:
setvariable M 24
goto HealthCheck

Veinticinco:
setvariable M 25
goto HealthCheck

Veintiseis:
setvariable M 26
goto HealthCheck

Veintisiete:
setvariable M 27
goto HealthCheck

Veinteocho:
setvariable M 28
goto HealthCheck

Veintenueve:
setvariable M 29
goto HealthCheck

Treinta:
setvariable M 30
goto HealthCheck