set_training_position(0, 6400.0, 800.0, 0.0)
0
. This can only be done for non-cave areas. For cave areas, you will need to set the region yourself, or take it from get_character_data()
.True
or False
depending on if the training position has been set.set_training_script('C:\path\to\script.txt')
True
if changed otherwise None
''
(empty) it will reset the training area.set_training_radius(50.0)
True
or False
depending on if the training radius has been set.get_training_position()
None
or a dictionary containing the training area info.set_training_area('name')
True
if the training area was changed or False
if it was not.