Jump to content
  • 0
Sign in to follow this  
utofaery

H>Run Atcommand through npc script in commandprompt

Question

As topic says

 Need help run 

      gm use @reloadscript

From NPC script in mapserver's commandprompt window

 

is this be do able?

 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

As topic says

 Need help run 

      gm use @reloadscript

From NPC script in mapserver's commandprompt window

 

is this be do able?

like this?
-	script	aaaa	-1,{	end;OnInit:    	bindatcmd "reloadscript", strnpcinfo(0)+"::Onbcommand";	end;Onbcommand:	debugmes "GM:["+strcharinfo(0)+"] use @reloadscript";	atcommand .@atcmd_command$;	end;}

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.