Hello,
How do we find out what is the current version of opensim that kitely is using?
This helps in bug reporting on the opensim list.
Thank you.
Ramesh
Current version of opensim used
- Ramesh Ramloll
- Posts: 168
- Joined: Sun Jan 13, 2013 5:16 pm
- Has thanked: 81 times
- Been thanked: 164 times
- Ramesh Ramloll
- Posts: 168
- Joined: Sun Jan 13, 2013 5:16 pm
- Has thanked: 81 times
- Been thanked: 164 times
Re: Current version of opensim used
Use this dumbo 
//XEngine:
//set scripting threat level to High in opensim.ini
default
{
state_entry()
{
llSetTimerEvent(3600);
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
touch_start(integer total_number)
{
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
timer()
{
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
}

//XEngine:
//set scripting threat level to High in opensim.ini
default
{
state_entry()
{
llSetTimerEvent(3600);
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
touch_start(integer total_number)
{
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
timer()
{
llSetText(osGetSimulatorVersion(),<1,1,1>,1);
llShout(0, osGetSimulatorVersion());
}
}

- These users thanked the author Ramesh Ramloll for the post (total 2):
- Bladyblue Bommerang • Constance Peregrine