PDA

View Full Version : hello...



Master Maniac
09-27-2007, 10:38 PM
hey guys im kinda new here... well with scripting anyway. Can someone tell me how scripting works and what good it does for me? ive heard miracles can be done with scripts (so-to-speak)

The_Amaster
09-27-2007, 10:49 PM
There are some tutorials around, but if you truly have no idea what to do with code whatsoever(like me) there isn't much in the way of a from-scratch document.(Like, I have no idea what an arguement is)

Master Maniac
09-27-2007, 11:01 PM
lol... gleeok is good with this stuff so hopefully he will see this thread...

Gleeok
09-27-2007, 11:23 PM
lol... gleeok is good with this stuff so hopefully he will see this thread...

Lol. Click here (http://www.purezc.com/forums/index.php?showtopic=28193) and here (http://www.purezc.com/forums/index.php?showtopic=25946), then here. (http://www.armageddongames.net/forums/showthread.php?t=98648) There's more links in the last one.

Have fun!

Joe123
09-28-2007, 03:05 AM
There are some tutorials around, but if you truly have no idea what to do with code whatsoever(like me) there isn't much in the way of a from-scratch document.(Like, I have no idea what an arguement is)

I found the best way is to download and use some of other people's scripts, get a feel for how they work and try to understand them (well, the simple ones), and learn through playing around and stuff. I wouldn't say I can script, but I can understand how some scripting works and stuff, which I couldn't on about monday.

Also, that link of matthew's at purezc that takes you to the tutorial was VERY usefull (although I didn't bother actually writing and compiling the whole script)

An argument is a variable which you can set via the FFC that is handling the script's data Amaster, it means you can have flexible variables in scripts that mean you wouldn't, say, have to rewrite a script that plays a SFX for every single SFX you want it to play. They're declared within the brackets of the void run command.

Master Maniac
09-30-2007, 08:01 PM
ok thanks... but i stil have no clue how they work or how to make one from scratch... its all really confusing to me. I just dont think my feeble mind can handle it...