Jump to content
  • 0
Helena

About lower/upper cases.

Question

Is someone else experiencing this?

 

Sometimes the map server gives an error message that I put a case or a wrong place or that a case shouldn't be used in that situation. When I fix it and reload the scripts, it either says the exact opposite (that a case should be used), or it brings up another script with misplaced cases that was not mentioned earlier.

 

Is there a way to ignore forced upper or lower cases? Whether or not I add/remove a case, the scripts generally continue working just fine, but I'd like getting rid of unnecessary map server errors. :P

 

Thank you!

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Highly unrecommended to  remove those warnings.

As in future, those case-sentitive checks may not be optional, and completely break your script.

 

src/map/script.h

 

#define ENABLE_CASE_CHECK
 

you can comment it.

Share this post


Link to post
Share on other sites
  • 0

Highly unrecommended to  remove those warnings.

As in future, those case-sentitive checks may not be optional, and completely break your script.

 

src/map/script.h

 

#define ENABLE_CASE_CHECK
 

you can comment it.

 

Ah okay, thanks for clarifying Dastgir!

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

×
×
  • Create New...

Important Information

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