[16:55:22] Script: Possibly stuck - going back a coordinate
[16:55:23] Plugin: Message “party” sent successfully!
[16:55:23] Python Error: an integer is required (got type NoneType)
[16:55:23] Script: Command not found [chat,party,TRACE xOmega]
i am getting this error anyway to fix ?
the issue is that the plugin doesnt return the amount of milliseconds to sleep in the chat
script command… its a coding error in the plugin. But does it really matter? the chat message still sends.
If you want to fix it you need to add return 0
like this
if sent:
log('Plugin: Message "'+t+'" sent successfully!')
return 0