Smbx 1.4.5: The cmd appears 2(fixed path 16)
Posted: 29 Jul 2019, 17:56
If in the script of a custom npc you write a point before the keypress function by mistake appears error and the cmd; like this script:
with npc(sysval(param1))
if .keypress(90)=-1 then
end if
end with
with npc(sysval(param1))
if .keypress(90)=-1 then
end if
end with