BBot - The best bot of the world

Full Version: Move North if player on screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm new to bbot scripting so I looked around on forum if there existed similiar scripts but didn't find any...

So I looked in documentation for making own script, but not able to test yet...

Do you guys think this will work as intended?

Code:
200 {Move Player on Screen} Creatures.PlayersOnScreen()>=1 Self.StepNorth()
Quote:1000 {player on sreen and move N} Creatures.PlayersOnScreen()>=2 Self.MoveN()
It's not working? self.stepnorth() and self.moven() is same thing
You put >=1 and he >=2. Becouse bot detects you too so whenever you want to make a macro do something if you have a player in screen you need count you + others players, in this case YOU + OTHER PLAYERS = 2 OR +