Author Topic: How to make bots bigger.  (Read 488 times)

Is there anyway to make bots larger than the default highest height they go?

1: look at bot ingame
2: type /getid
3: use object id as follows as a console command to be typed in server console:
id.setPlayerScale(5);
to set it as 5x normal blockhead size. any number from 0.1 to 5 should work


You forgeted it up
Tell me what it says in the console right after you press the enter key

You forgeted it up
Tell me what it says in the console right after you press the enter key

No, I think setPlayerScale is limited to 2.

Do this instead:
Code: [Select]
id.setScale("5 5 5");

No, I think setPlayerScale is limited to 2.

Do this instead:
Code: [Select]
id.setScale("5 5 5");
not in my experience but i guess there's a chance. however, he said 'doesn't work' not 'it only made me 2x big'

either way, greeks will definitely work assuming john doesn't screw it up