PDA

View Full Version : Scripting tutorials



aliensexist
02-15-2015, 06:56 PM
I would be interested in learning how to create scripts with no prior experience. Could someone post a link for me on where to start? thanks ;)

Hoodz
02-15-2015, 07:05 PM
rs3: https://villavu.com/forum/forumdisplay.php?f=642
osr: https://villavu.com/forum/forumdisplay.php?f=490

note: check them both out!

aliensexist
02-15-2015, 07:11 PM
rs3: https://villavu.com/forum/forumdisplay.php?f=642
osr: https://villavu.com/forum/forumdisplay.php?f=490

note: check them both out!

thanks for the links man i appreciate it!!!

aliensexist
02-15-2015, 07:18 PM
hahaha holy... first time ever looking into the programming world and wow... its like learning how to write a new language except much harder.

The script writers must be extremely talented people lol.

honeyhoney
02-16-2015, 04:01 AM
hahaha holy... first time ever looking into the programming world and wow... its like learning how to write a new language except much harder.

Most programming languages are intended to be human readable so if you know English you're halfway there!
The rest is just programming fundamentals (understanding if/else, boolean logic etc.) and syntax.

This is my go-to reference https://villavu.com/forum/showthread.php?t=58935 - you can very quickly get a working script by following that guide. It exposes you to a huge amount of scripting in Simba.

Good luck!

onepurebotter
02-19-2015, 05:14 AM
I was looking for the same thing. Thanks for the helpful links!!

palmershoaf
08-20-2015, 12:04 PM
Good information in this tutorial

kiwikiwi
08-20-2015, 01:45 PM
Check out the website https://www.codecademy.com/ as well :)