Thanks!
, works great, the cookie matches. Looks like i wasn't far off from doing it myself
, i would never have worked out what was wrong
Thanks for help so far
Need one last thing before I can finish my script, sorry. The callback function returns a pointer to the buffer and the buffer length and no idea how to retrieve the string using script, not sure there is a way to access the pointer directly?
edited:
I've found the DataBloc::ReadString method
[string] ReadString(
[number] Offset,
[boolean,optional] ReadUnicode,
[number,optional] Size
);
Just testing it