Hello,
I've a script that is supposed to automatically open a jammed door, if the player is successful at unjamming it.
The script:
For some reason, when I call obj_open(self_obj); from within the use_p_proc procedure, it works. If I call it from within the use_obj_on_p_proc procedure, it...