BBot - The best bot of the world
Move North if player on screen - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Move North if player on screen (/thread-21022.html)



Move North if player on screen - krille - 03-23-2019

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()



RE: Move North if player on screen - lukasze - 03-23-2019

Quote:1000 {player on sreen and move N} Creatures.PlayersOnScreen()>=2 Self.MoveN()



RE: Move North if player on screen - krille - 03-23-2019

It's not working? self.stepnorth() and self.moven() is same thing


RE: Move North if player on screen - erleo - 03-23-2019

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 +