Separate names with a comma.
Yup, that's one possibility. I did make a start, until I worked out that at my rate of progress it would be 10 years till I was done. :/ In that...
I never managed to think of anything useful to do with this, and since I'm distancing myself from sfall I might as well drop this off too. ('This'...
@ Everyone, NovaRain is now the official sfall file releaser. I won't be doing the sourceforge releases any more. @ Phobos, might as well move...
It makes plenty of sense, given the stack based nature of fallouts script interperater. play_sfall_sound pushes a result value onto the stack,...
Sorry, I went and got married, so my time here has dropped from the odd evening down to zero for the foreseeable future. If you want svn access,...
I'm pretty sure the text edit control I'm using doesn't have built in support for autocomplete, in which case it's probably not going to happen....
ahah! Yes, it was the arguments that did it. It's because the 'name' of the variable you use in the declaration is just a dummy which gets thrown...
Yup, I will do. :) Will be in the next modders pack release. I modified sslc so that -O3 now does what -O2 used to do, (i.e. break absolutely...
This global script will give you a perk every two levels: procedure start begin if (game_loaded) then begin set_perk_freq(2); end end
It's a tool for modders. If you don't know what it is, it's not something you need to worry about. (Unless you want to make a mod that modifies...
sfall 3.3, the special didn't-your-mother-ever-tell-you-that-publically-announcing-you'd-retired-from-modding-is-very-very-stupid edition, is up...
I suspect you'd have to set a was-critical global from an afterhitroll script, then read it in in the combatdamage script. By that point fallout...
Random thought that occurred to me; Interplay never picked up a version of sfall after I started tampering with the credits, but that readme...
Wait, what? If global variables are randomly corrupting themselves on save/load, I would expect there to be rather more issues than just your...