Difference between revisions of "Basicskillcheck"

From Hercules Wiki
Jump to: navigation, search
(Created page with "Category:Script_Command ==Syntax== * basicskillcheck() ==Description== This function will return the state of the configuration option 'basic_skill_check' in 'battle_a...")
 

Latest revision as of 12:00, 29 May 2013

Syntax

  • basicskillcheck()

Description

This function will return the state of the configuration option 'basic_skill_check' in 'battle_athena.conf'. It returns 1 if the option is enabled and 0 if it isn't. If the 'basic_skill_check' option is enabled, which it is by default, characters must have a certain number of basic skill levels to sit, request a trade, use emoticons, etc. Making your script behave differently depending on whether the characters must actually have the skill to do all these things might in some cases be required.

Return Values

Value Description
0 'basic_skill_check' is enabled
1 'basic_skill_check' is disabled