EQ2CheckExt

SuperNoob

Active Member
The following is a very simple include that can be added to your existing scripts to verify the ISXEQ2 ext is loaded and ready. This needs to be included inside of your main or init function. It is predefined to wait 2 minutes for the ext to be ready before it fails.

an example of it in use:

Code:
function main()
{
  #include "eq2checkext.iss"
  
  echo some script stuff 

}
This include or some check should be standard in any script based on the number of times the ext not being ready or loaded comes up as the cause things being "broke" :D

-SN
 

Attachments

Top Bottom