H>Run Atcommand through npc script in commandprompt

utofaery

New member
Messages
101
Points
0
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?
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;}
 
Back
Top