Thread: Ask!
View Single Post
  #1420 (permalink)  
Old 12-14-2008, 04:15 PM
luu luu is offline
Member
 
Join Date: Aug 2008
Posts: 30
luu is on a distinguished road
Quote:
Originally Posted by luxinterior View Post
Magic number is nothing more than a unique identifier. It distinguishes each instance of the same EA while also distinguishing it from any other EA that you may have running.

If the magic number is an external variable just change it to any number you want. Just be sure it's not the same number as any other EA you have running.

If it's not an external variable then look in the code for the variable and change it to any number you want.

Hope that helps.

Lux
Hi Lux,

You mean I can change my EA's magic number:16763 to 16764 ; 16765 ect... ?

Thank you for your quick reply.

Luu
Reply With Quote