Toribash
Original Post
[TUT] How to add all buddies at once
Recently I realized that it's no end of trouble to add buddies one by one using /ab name function. So I found two ways how to add whole list of needed players.

1) In folder \Toribash\data\ create or edit buddies.txt and just add all your friends (clanmates) nicknames in a column.

2) Create a simple lua script which should be placed to Toribash-3.3\data\script\ folder
and than activated in game in this way /ls ab.lua

---Add All Buddies Script

run_cmd("ab name")
run_cmd("ab name")
run_cmd("ab name")
run_cmd("ab name")
...

run_cmd("echo All Buddies Added")
.
replace name by nickname of your buddy. copy line un_cmd("ab name") to add more buddies. That's all, it's a quite easy way to add your whole clan for example. Enjoy.
.
Last edited by Hector; Oct 5, 2008 at 11:48 AM.
Cool, but wouldn't you just have to go through more to do this than just adding your buddies regularly?
I haz a Radioactive fetish.
was just about to say the same thing...
anyway, i just added names to the buddies.txt
-=Art is never finished, only abandoned=-