What's new

Discussion [TUT] Basic GSC Scripting

  • Thread starter K Brizzle
  • Start date
  • Views 94,643
F

Fishy Fa China

Newbie
Messages
6
Reaction score
0
Points
35
Sin$
0
Does anyone know if this is possible on a Linux?
 
etownlax

etownlax

Getting There
Messages
1,604
Reaction score
192
Points
190
Sin$
0
Got a question, how would you add to a variable?

Code:
self.Vary + 1 = Vary;

Would that work to add 1 to "Vary"?
 
K Brizzle

K Brizzle

Enthusiast
Messages
301
Reaction score
699
Points
155
Sin$
0
Got a question, how would you add to a variable?

Code:
self.Vary + 1 = Vary;

Would that work to add 1 to "Vary"?

To add to a variable you would do either of these two things:
Code:
self.vary++;
Self.vary = self.vary + 1;
 
IMonarchy

IMonarchy

Enthusiast
Messages
458
Reaction score
145
Points
125
Sin$
0
Briz, ya gotta stop taking pictures of yourself at the same angle.
 
R

Restrictz

Newbie
Messages
4
Reaction score
0
Points
35
Sin$
0
Hey K Brizzle! This thread has helped out alot! Just one downpart.... How do I open a patch on my computer to view it? With what program?! Thanks!
 
S

STTATE

Enthusiast
Messages
32
Reaction score
1
Points
55
Sin$
7
Question, in alot of patches I see

Code:
for(;;)
if(;;)
(I can't remember which) What is it for/do? It seems to be important.
 
R

RelentlessAppz

Newbie
Messages
7
Reaction score
0
Points
35
Sin$
0
howdy this is very handy, i do programming for a living anyway but im not quite grasping what is needed to actually get that code into action. i hear stuff about editing code in a patch, using ff viewer. do i need a jtag to get this code implemented or do i just edit code in the patch save it and use it on my hard drive? could someone please PM me the answer so i can get started writing some stuff, as soon as iv got it in my head exactly what i need to do i will be set on a mission for destruction lol
 
I MIKE C I

I MIKE C I

Getting There
Messages
1,605
Reaction score
193
Points
190
Sin$
0
howdy this is very handy, i do programming for a living anyway but im not quite grasping what is needed to actually get that code into action. i hear stuff about editing code in a patch, using ff viewer. do i need a jtag to get this code implemented or do i just edit code in the patch save it and use it on my hard drive? could someone please PM me the answer so i can get started writing some stuff, as soon as iv got it in my head exactly what i need to do i will be set on a mission for destruction lol
you need a jtag.
 
Top Bottom
Login
Register