I tried to create some item in sfall global script (during repeated callback), e.g.
add_mult_objs_to_inven(dude_obj,create_object(20,0,0),1); //crowbar
An weapon is created and added to inventory, but equipping it will crash game.
What did I do wrong?
Or did someone know how to solve or workaround this issue?
[Solved]
Silly mistake in testing.
Read #4.
add_mult_objs_to_inven(dude_obj,create_object(20,0,0),1); //crowbar
An weapon is created and added to inventory, but equipping it will crash game.
What did I do wrong?
Or did someone know how to solve or workaround this issue?
[Solved]
Silly mistake in testing.
Read #4.
Last edited: