string str_name;
int time_online;
#initialize()
{
str_name = bot.name;
time_online = bot.uptime.minutes;
bot.SAY ("Hello, all. As "..str_name..", I've been up for "..time_online.." minutes.");
}
I'm thinking something like that for scripting.
The code looks like something familiar to me.. :P Hmmmm.. VB6
<-- still studying it..