Hi,
I just try make a custom function like this step:
- Create a file MyLog.py in the folder Plugins of the phbot Testing
- In this file, i did try put follow this code:
import phBot
def MyLog():
log('Hello World.')
- Click reload Plugins
- From Conditions phbot, i did build a condition:
if (in training area) then Wait(5000); Chat General(‘CHECK’); Python (MyLog)
But my result got only: CHECK
So my question is: do the custom function need to whitelist from Ryan? Or did i make any wrong?
Thanks so much