This is for a bot that connects to the battle.net servers via most clients anyway am doing this right i keep getting
Script Error: 18 Expected identifier
Expected identifier
Line: 18
Column: 7
Text: Public type (6)
Script error: Expected identifier.
Error caused by: Public type (6)
That was from the bot that has a fairly good error support anyway. here is the code that seems to be messing up
VB Code:
Public type (6) Public object (6) Public amount (10) amount(1) = "some" amount(2) = "several" amount(3) = "50" amount(4) = "countless" amount(5) = "trillions" amount(6) = "billions" amount(7) = "101" amount(8) = "loads of" amount(9) = "a lot of" amount(10) = "abundance" type(1) = "pitches" type(2) = "throws" type(3) = "shoots" type(4) = "fires" type(5) = "flings" type(6) = "launches" object(1) = "plates" object(2) = "knives" onject(3) = "tv's" object(4) = "money" object(5) = "pizzas" object(6) = "rats"
anything wrong here?????





Reply With Quote