though I read the API.html
I cannot understand meaning of "xSet() xGet()"
when they needed?
can I get another example?
oh, one more question
below example (beginning of script)
------------------
require('Core.Api')
require('Core.Events')
require('Core.Old')
haSetLogin('[email protected]','ikilledblizzard')
-------------------------------
should I insert all that 3 requires?
If I dun use old API names at all, can I remove Core.Api?