
Re: SSM/PPT TWXProxy Pack2 Scripts
Quote:
One thing that could be added that I think would help is a "function" capability to return a value rather than having to use the BASIC type gosub command. At least the code would be easier, IMO, to read and work with. I have yet to figure out a "clean" way to emulate a reusable function that returns a value.
Nod. Gosubs are more like a stack call than a function. Always reminds me of assembler proc calls or API calls. Part of me always expects windows to segfault everytime I do that, laff.
bool IsFedAdj(int SECTOR) {
...
}
Quote:
Motivation: Someone could create a pack 3 script package with the perfect scripts and sell them for the low price of $5 per script. ;P Maybe that would reflect the appreciation needed for the hard work involved in creating such scripts.
I doubt money is much of a motivator. A couple hundred bucks doesn't reflect the hundreds (mebbe thousands) of hours of work it'd take, along with all the "support" you'd have to provide.
Most ppl do it for pride and ego, to be someone that's shaped the play of the game.