!7 sS myName = "Number 5"; p { thread { findOutMyCountryThroughIP(); } ai_independentSmartBot(); bot_handleBothChats(); } answer { if (match("Hello " + myName, s)) ret "I'm an independent smart bot here in " + findOutMyCountryThroughIP(); }