Cool, I am still confused though, I don't know what a "string" is. You said it was a string of text, is that like a line of text or something similar to that?
I can't easily explain all this.
A string is basically a line of text.
An integer, is well an integer.
A float, is a decimal.
Integers and floats are in the same category, they're both numbers.
%float = 1.0;
%int = 1;
%myString = "Hello!";
Notice the quotes for a string.
Floats and integers don't really matter, nothing you have to worry about, but know what they mean.
That's it, I'm writing a scripting tutorial tonight.