U utofaery New member Messages 101 Points 0 May 3, 2015 #2 As topic says Need help run gm use @reloadscript From NPC script in mapserver's commandprompt window is this be do able?
As topic says Need help run gm use @reloadscript From NPC script in mapserver's commandprompt window is this be do able?
A Angelmelody (\ /) ( . .) Messages 772 Points 0 Age 32 Location new_1-1,53,111 Github Angelmelody Emulator May 3, 2015 #3 utofaery said: As topic says Need help run gm use @reloadscript From NPC script in mapserver's commandprompt window is this be do able? Click to expand... like this? Code: - script aaaa -1,{ end;OnInit: bindatcmd "reloadscript", strnpcinfo(0)+"::Onbcommand"; end;Onbcommand: debugmes "GM:["+strcharinfo(0)+"] use @reloadscript"; atcommand .@atcmd_command$; end;}
utofaery said: As topic says Need help run gm use @reloadscript From NPC script in mapserver's commandprompt window is this be do able? Click to expand... like this? Code: - script aaaa -1,{ end;OnInit: bindatcmd "reloadscript", strnpcinfo(0)+"::Onbcommand"; end;Onbcommand: debugmes "GM:["+strcharinfo(0)+"] use @reloadscript"; atcommand .@atcmd_command$; end;}