diff options
Diffstat (limited to 'server/scripts')
-rw-r--r-- | server/scripts/evol_script_commands.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index cd28fd5..533ede6 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -1094,3 +1094,27 @@ Be sure to use $@guildmembercount to go through this array, and not getarraysize(), because it is not cleared between runs of getguildmember(). For usage examples, see getpartymember(). + +--------------------------------------- +*gethomunexp(exp) + +Give [exp] to homunculus. Homunculus must be alive and invoked. +It'll fail silently otherwise. + +--------------------------------------- +*deployhomunculus() +*recallhomunculus() + +Send or Recall Homunculus from a mission. The functions only prevents the +Homunculus from being summoned during the mission. No timer is run on the +meanwhile - they won't hunger, and calling recallhomunculus() is the scriptwriter +job. + +--------------------------------------- +*homstatus() + +Returns the homunculus status. + +0: Homunculus is active +1: Homunculus is sleeping +2: Homunculus is on a mission |