This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by Rustyt0n
Sat Jan 31, 2009 7:00 am
Forum: Script Requests
Topic: Dota League Script
Replies: 14
Views: 12863

Hi c0ll3c70r, this is what i use for result in my bot alias result { if $1 { var %gameid = $1 } return $readini(%games.ini,%gameid,result) } alias w { return $gettok($wl($1),1,32) } alias l { return $gettok($wl($1),2,32) } alias wu { writeini -n %users.ini $1 $2 $3 } alias wg { writeini -n %games.in...