Jump to content
  • 0
DEsMOn

[Debug] : Script debug : 0 110120319 : [Event] : npc is at : 113 & 315

Question

3 answers to this question

Recommended Posts

  • 0
1 hour ago, cook1e said:

You should make a better explanation of your problem.

Already provided SS of CMD debug, and added script what else detail required more to elaborate?

Link to comment
Share on other sites

  • 0

I still don't know exactly what you want but these are the changes i did.

from
 

	unitwarp getnpcid(0),.map$,[email protected],[email protected];
	debugmes "[Event]: npc is at: "[email protected]+" & "[email protected];

to

	unitwarp getnpcid(0),.map$,[email protected],[email protected];
	if (.debugMode)
		debugmes "[Event]: npc is at: "+.map$+" "[email protected]+" & "[email protected];


To enable or disable debug.

.debugMode = 0; // 1 = enabled // 0 = disabled



 

find_gm_1.0.1.txt

Edited by cook1e
Attach Script
  • Love 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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