| Author |
Message |
|
Prda2or
Chief Warrant Officer
Joined: Thu Feb 11, 2010 3:24 am Posts: 132 Location: Rolling Hills Estates, Ca.
|
 As a BEGINNING script writer, WHICH?...
"Which".... Program should i start out with and get used to writing in? I've read up on a few and would like to use one that color codes and highlights certain text. Of all the "Coder's" out there, is there a HANDS DOWN favorite to be used? Ive actually seen a few "101's" by Lonestar, that has a NICE looking program used that has the lines numbered and also has the aforementioned color-coded text. If you by chance read this Lonestar, can you enlighten a future "Wizard of coding" Can't wait to get started since i now have the TIME to invest! PS. To The Bounty Hunter.......... I KNOW you have a "Favorite"
_________________ Dont tell people this...... "WOW!, you were wonderful... 2nd Place is GREAT!" Because at some point they will start to realize that NO-ONE ever remembers who came in second and that 2nd place is actually the FIRST LOSER!!
|
| Fri Mar 09, 2012 6:13 pm |
|
 |
|
T0yman
Veteran Op
Joined: Sat Dec 29, 2007 5:06 pm Posts: 2059 Location: Oklahoma
|
 Re: As a BEGINNING script writer, WHICH?...
_________________ T0yman (Permanently Retired since 2012) Proverbs 17:28 <-- Don't know it, most should it would stop a lot of the discussions on here.
|
| Fri Mar 09, 2012 6:27 pm |
|
 |
|
Prda2or
Chief Warrant Officer
Joined: Thu Feb 11, 2010 3:24 am Posts: 132 Location: Rolling Hills Estates, Ca.
|
 Re: As a BEGINNING script writer, WHICH?...
As ALWAYS... Thanks TOyman, was gonna ask for your "Favs" too, but I bother you with SO many questions already, lol. Hey, but if you don't ask, you dont get the answers!
_________________ Dont tell people this...... "WOW!, you were wonderful... 2nd Place is GREAT!" Because at some point they will start to realize that NO-ONE ever remembers who came in second and that 2nd place is actually the FIRST LOSER!!
|
| Fri Mar 09, 2012 7:17 pm |
|
 |
|
Prda2or
Chief Warrant Officer
Joined: Thu Feb 11, 2010 3:24 am Posts: 132 Location: Rolling Hills Estates, Ca.
|
 Re: As a BEGINNING script writer, WHICH?...
TWXIDE looks like it fits the bill totally... I've "messed around" with some .ts's i have in Notepad and finding some changes that were previously made by ME was a chore/pain... but with that program having the numbered lines makes it a SNAP, I think its gonna be MY favorite already, lol.
_________________ Dont tell people this...... "WOW!, you were wonderful... 2nd Place is GREAT!" Because at some point they will start to realize that NO-ONE ever remembers who came in second and that 2nd place is actually the FIRST LOSER!!
|
| Fri Mar 09, 2012 7:36 pm |
|
 |
|
T0yman
Veteran Op
Joined: Sat Dec 29, 2007 5:06 pm Posts: 2059 Location: Oklahoma
|
 Re: As a BEGINNING script writer, WHICH?...
I use it 90% of the time, handy having examples handy right in the program, if i need more detail I refer to the script.html file in the TWX folder.
_________________ T0yman (Permanently Retired since 2012) Proverbs 17:28 <-- Don't know it, most should it would stop a lot of the discussions on here.
|
| Fri Mar 09, 2012 7:38 pm |
|
 |
|
Mongoose
Commander
Joined: Mon Oct 29, 2001 3:00 am Posts: 1096 Location: Tucson, AZ
|
 Re: As a BEGINNING script writer, WHICH?...
I use Eclipse to write SWATH scripts.
_________________ Suddenly you're Busted!
|
| Fri Mar 09, 2012 9:06 pm |
|
 |
|
Thorindude
Sergeant Major
Joined: Sun Jun 26, 2011 5:29 am Posts: 69
|
 Re: As a BEGINNING script writer, WHICH?...
I had used Notepad for quite a while and decided recently I'd really like to graduate to a syntax highlighter. I didn't have much luck with TWXide, but I run virtual windows on a Mac, so don't put too much weight on my situation. CONtext worked great for me, with the TWXProxy highlighter.
Also assuming you're asking which text editor to use, but just in case: most TradeWarriors recommend TWXProxy brand scripts. I personally dislike the language, I find it primitive and obtuse... but that's what seems to win the games due to its speediness.
I've written a couple primitive REXX scripts too, it was okay. Never could figure out how to parse the ANSI, just had to turn it off. I'm probably just missing something obvious, but I'm not pursuing REXX anymore anyway.
|
| Fri Mar 09, 2012 11:29 pm |
|
 |
|
T0yman
Veteran Op
Joined: Sat Dec 29, 2007 5:06 pm Posts: 2059 Location: Oklahoma
|
 Re: As a BEGINNING script writer, WHICH?...
Yea I have had the same issue running TWXIde in Virtual Box under linux, and it doesn't like Wine either. But if your using Windows it should be fine.
_________________ T0yman (Permanently Retired since 2012) Proverbs 17:28 <-- Don't know it, most should it would stop a lot of the discussions on here.
|
| Fri Mar 09, 2012 11:41 pm |
|
 |
|
Wookie8662
Gunnery Sergeant
Joined: Sun Mar 25, 2001 3:00 am Posts: 21 Location: The Wolfpack
|
 Re: As a BEGINNING script writer, WHICH?...
Thorindude wrote: I've written a couple primitive REXX scripts too, it was okay. Never could figure out how to parse the ANSI, just had to turn it off. I'm probably just missing something obvious, but I'm not pursuing REXX anymore anyway. You can use REXX to check the ANSI status, then turn it off if needed. I leave ANSI enabled, but turn off the animations.
|
| Fri Mar 09, 2012 11:46 pm |
|
 |
|
Thorindude
Sergeant Major
Joined: Sun Jun 26, 2011 5:29 am Posts: 69
|
 Re: As a BEGINNING script writer, WHICH?...
Or you can just use TWX's scripting language and not worry about ANSI escape codes. 
|
| Sat Mar 10, 2012 2:32 pm |
|
 |
|
Promethius
Ambassador
Joined: Mon Feb 09, 2004 3:00 am Posts: 3141 Location: Kansas
|
 Re: As a BEGINNING script writer, WHICH?...
Thorindude wrote: Or you can just use TWX's scripting language and not worry about ANSI escape codes.  ANSI sequence detection comes in very handy for some scripts.
_________________
/ Promethius / Enigma / Wolfen /
"A man who has no skills can be taught, a man who has no honor has nothing."
|
| Sat Mar 10, 2012 7:29 pm |
|
 |
|
Thorindude
Sergeant Major
Joined: Sun Jun 26, 2011 5:29 am Posts: 69
|
 Re: As a BEGINNING script writer, WHICH?...
I've read that it can come in very handy for spoof detection. Do you have any recommendations? What do you use it for?
|
| Sat Mar 10, 2012 10:08 pm |
|
 |
|
Promethius
Ambassador
Joined: Mon Feb 09, 2004 3:00 am Posts: 3141 Location: Kansas
|
 Re: As a BEGINNING script writer, WHICH?...
Thorindude wrote: I've read that it can come in very handy for spoof detection. Do you have any recommendations? What do you use it for? Spoof detection is very important. Check the TW-Cabal information under "Stupid ANSI Tricks" - at least that is what I think the link is called. An example is: To detect an alien fighter hit getWordPos CURRENTANSILINE $pos ": [1;36m[33m" To detect a player fighter hit getwordpos CURRENTANSILINE $pos2 ": [1;36m" If $pos is > 0 then I know it is an alien, if $pos2 is > 0 then I know it is either a player or an alien. Have to check both before launching (unless alien capping) - if neither exist then someone is messing around. There are other ANSI codes to use to determine if a prompt is being spoofed.
_________________
/ Promethius / Enigma / Wolfen /
"A man who has no skills can be taught, a man who has no honor has nothing."
|
| Sat Mar 10, 2012 10:20 pm |
|
 |
|
Promethius
Ambassador
Joined: Mon Feb 09, 2004 3:00 am Posts: 3141 Location: Kansas
|
 Re: As a BEGINNING script writer, WHICH?...
As far as editors go, I only use ConText with the TWX highlighter - slightly modified on the colors.
_________________
/ Promethius / Enigma / Wolfen /
"A man who has no skills can be taught, a man who has no honor has nothing."
|
| Sat Mar 10, 2012 10:32 pm |
|
 |
|
Helix
Ambassador
Joined: Wed Nov 12, 2008 8:57 am Posts: 3554 Location: Long Beach, CA
|
 Re: As a BEGINNING script writer, WHICH?...
_________________ Helix Do I really look like a guy with a plan? You know what I am? I'm a dog chasing cars. Lest we forget I had to ask myself WWSGD?
|
| Sat Mar 10, 2012 10:45 pm |
|
 |
|