Change training script upon joining the game

I guess you are using this.

So… just add the following code to the plugin.
You’ll be changing the script to all characters with no exceptions, take at count that.

# Called after character successfully joins to the game
def joined_game():
	path = 'D:\Legion SRO\My Bots\HWT.txt'
	# change path 15seconds after joined
	Timer(15,change_script,[path]).start()
1 Like