Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
The name of the script file / item in ATVO must match the class name of the code in line 10. Your script file is called "lapspeed" but your class is called "conv". They must match otherwise ATVO doesn't know what part of the script to run.

By default also script names have the file extension in the name, so it should be "lapspeed.cs", and the class should be called "lapspeed".

Perhaps the easiest way to fix it is to add a new script and replace (copy/paste) only the contents of the "Execute" function. The class name will match in the default template.