Error logs?

 

Hi


When I try to write any script if it does not work I get no errors? I look in the journal and it just states SCRIPTNAME removed - am I missing something here?

 

View -- Terminal -- Experts Tab

or

/experts/logs/ todaysDate.log

Also, in your code use:

int error;

error = GetLastError();

if(error != 0) Print("ERROR ERROR ON THE WALL, WHICH ERROR WAS THIS BEFORE SCRIPT"S FALL? 'twas error ", error);

 

This is what I have in my script but I do not get any error:


int error=GetLastError();
Print("Error = ",ErrorDescription(error));

 

Ah silly me I was not looking in the experts folder for the logs, just in the main log folder.


Many thanks

Reason: