Jump chance: Difference between revisions
Jump to navigation
Jump to search
imported>Darzil No edit summary |
imported>Bale needscode=yes |
||
Line 69: | Line 69: | ||
function_description=Returns the chance of successfully getting the jump against the monster or in the location, optionally at a particular initiative value and monster level.| | function_description=Returns the chance of successfully getting the jump against the monster or in the location, optionally at a particular initiative value and monster level.| | ||
needscode=yes| | |||
}} | }} |
Revision as of 00:40, 4 December 2013
needs(code_samples);
Function Syntax
int [item] jump_chance()
int [item] jump_chance(monster m )
int [item] jump_chance(monster m ,int i )
int [item] jump_chance(monster m ,int i ,int ml )
int [item] jump_chance(location l )
Returns the chance of successfully getting the jump against the monster or in the location, optionally at a particular initiative value and monster level.