Separate names with a comma.
well yes I had examples of where I did use it in simple arithmetic, but I've been having some unexpected errors lately, and its been casting doubt...
Yes. No..... ....What I said. .....ok fine, what you said. .
In ssl can return values be functions? Example: return get_proto_data(PID, offset);
After more thought, indeed I concur. I think I understand what the problem was. The way my code was acquiring the weapon was by checking the...
How do you know it wasn't radiation? EPA has a lot of radiation. Had you tried giving them radaways?
I must add, not all critters did it. And I "THINK" the reason for it is, the critter is assessing if doing an unarmed attack is feasible. And its...
Thanks for the link. And I suppose I need assembly knowledge to use?
Yes unfortunately I changed it and didn't keep a copy of the bad file. If you wrote a test script please send me your copy so I test using your...
Right. I figured anything I say is probably not new, but you never know until you say it. :smile: The wording of your sentence I didn't quite...
9. The in-game display has a width of 54 chars. 53 or 54.
I'm gonna post this here because I think it fits here best. As I've been meddling with modding and testing I've ran into a few things which if...
My mod script is very long and not all of it is gonna be related, but if you want ok. You might wanna stick only to relevant areas. The parts...
I'm using 4.1.6 currently and compiler gives me syntax error if I try to declare variables mid-procedure, also doesn't have the new functions (ex:...
I knew it! Those pesky NPCs; secretly pulling all kinds of shenanigans. So... I have been writing the hit chance portion of my mod, and ran into...
Thanks again. Are there any downsides to always using short-circuit operations? I tried to look it up on the internet, didn't find a definitive...
Regarding Script Editor 4.1.7, Is it updated with the new additions to sfall 4.2.8? like the new functions and the variable declaration...
Got it. Thanks for the explanation.
What is the difference between functions: critter_inven_obj and critter_inven_obj2 Also what do those colors mean inside of the editor? Why some...
Yes 0ctav0, Stalin is right. Changing sfall is no easy matter. You need to know assembly pretty well. You need to know C pretty well. And you...
Maybe, by making your own version of sfall. You could make your own branch and write whatever you want in C, the way sfall does. Is it really...