sfall 4.4.2 and 3.8.42 are released on SourceForge, along with their respective modders packs.
A note about add_mult_objs_to_inven script function:
obj := create_object(PID_STIMPAK, 0, 0);
add_mult_objs_to_inven(dude_obj, obj, 1000000);
When you try to add more than 99999:
Vanilla or sfall...