!7 // Independent means we don't get the general knowledge base. 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(); }