Topics

Forum Topics not found

Replies

BernieceReynolds99
16 Apr 2025, 03:21 ( Updated at: 16 Apr 2025, 14:21 )

Go into the cBot source code, and add logging lines (like Print("Bot started"), Print("Tick received")) in important functions like OnStart, OnTick, Tunnel Rush, and OnBar. This will determine if the cBot is actually running. Also, try writing a simple version of cBot that only does a small action, like printing a line when a tick is received, to test if the error is coming from your complex source code.


@BernieceReynolds99