Author Topic: Please Send Me A GOOD link  (Read 1005 times)

I need a link on whare all of us newbs can learn how to script?? On blockland Thankyou :cookieMonster:

I dont think there is a learn all button, but your best bet is to read some books on torque script or BASIC

Your best bet is to download some simple add-ons and try to decipher them. Here, have one of mine. Open it with Notepad.

Mr. Dilt, I must proclaim that you have made a few errors with your indentation habits. Lines 7 to 15 should be indented one level deeper, and line 12 should also be a level deeper. And if one were to be proper about it, it would be written as:

Code: [Select]
messageAll("",'%1 took the easy way out.',%this.name); //Send everyone a message

Yeah, and the quotes at the beginning should be single quotes, for a tagged string (for message callbacks).

Code: [Select]
messageAll('MsgCallBack','%1 took the easy way out.',%this.name);

Thanks Guys whare would i find small scripts to edit and play with?