Quote:
Originally posted by Chris1Polly
well, I kinda taught myself scripting by jumping in over my heard, long time ago, and "swimming" my way back up. (never was able to walk, just got up off the floor and ran around the room as a baby ) but, I can get alot of things working >_> I know Im not that great, what do you suggest to use rather than "=" to compare, I figure if it does the same thing and its more complicated theres no real need to do it.
|
Use == for comparisons.
Use = for assignments.
Again: there's a big difference between "working" and "scripted properly/to a decent standard."