notdefix
First time out of the vault

Hi,
I'm trying some scripting. I've got BIS mapper setup to log errors to file (can't get the actual game to run in debug mode).
I get the following error
with relevant code snippet in file : kcemit3b.ssl
which is exported in : klatoxcv.ssl
The Script Error: scripts\kcemit3b.int: op_set_obj_visibility: obj is NULL makes sense in the context of the other errors, but I don't know how to interpret:
attempt to reference map var out of range: 18
Anyone who can shed some light on what may be the cause of the error?
edit: added relevant script files.
I'm trying some scripting. I've got BIS mapper setup to log errors to file (can't get the actual game to run in debug mode).
I get the following error
Code:
Script <Map map_update_p_proc>
Error: script: scripts\kcemit3b.int
ERROR: attempt to reference map var out of range: 18
Error: script: scripts\kcemit3b.int
ERROR: attempt to reference map var out of range: 18!!!!!!
Error: script: scripts\kcemit3b.int
ERROR: attempt to reference map var out of range: 18
Error: script: scripts\kcemit3b.int
ERROR: attempt to reference map var out of range: 18
Script Error: scripts\kcemit3b.int: op_set_obj_visibility: obj is NULL
with relevant code snippet in file : kcemit3b.ssl
Code:
import variable Field3b_Ptr;
variable Field_Ptr;
procedure map_update_p_proc begin
Field_Ptr:=Field3b_Ptr;
end
which is exported in : klatoxcv.ssl
Code:
export variable Field3b_Ptr;
The Script Error: scripts\kcemit3b.int: op_set_obj_visibility: obj is NULL makes sense in the context of the other errors, but I don't know how to interpret:
attempt to reference map var out of range: 18
Anyone who can shed some light on what may be the cause of the error?
edit: added relevant script files.
Attachments
Last edited: