11-01-2009, 08:33 PM
Okay... I noticed he typed that the instructions/settings are at the END of the script. At the end? I always put them at the beginning. :CHEERY:
For the Caterpillar section...
So, use a script call and enter...
... to turn it off.
Oh, and there are instructions like it for the minimap.
Just use a script call and enter...
... to turn the MAP off. ^_^
For the Caterpillar section...
Code:
# Distance in Px:
$pixelmovement.cater_distance = 8
# Switch for the Caterpillar Script:
$pixelmovement.switch_caterpillar(true)
# Switch for Caterpillar Overlapping:
$pixelmovement.switch_cater_overlap(true)
Code:
$pixelmovement.switch_caterpillar(false)
Oh, and there are instructions like it for the minimap.
Just use a script call and enter...
Code:
$pixelmovement.switch_minimap(false)