[Opensim-dev] script errors?

Bowman, Mic mic.bowman at intel.com
Tue Oct 30 00:21:55 UTC 2007


i'm fairly sure that i'm doing something stupid, but for the life of me
i can't figure out what... i'm trying to compile the following script
(i've also tried to copy out the C# version that gets compiled with
similar results)...
 
 
default
{
    touch_start(integer i)
    {
        llSay(0,"Moving");
        llSetPos(llGetPos() + <-5,-5,0>); 
    }
}

Linux client. OpenSim running off the trunk version as of today (2204 i
believe). script created with "new script" from the inventory. on save
(not attached to an object) the console window on the client records a
"compile error" message (no chat message). on the console of the opensim
server (running standalone) there is a message about "error displaying
error in world: ...null reference exception in chatmodule.cs line 122". 
 
so.. why the compiler error (first) and why the chat null ref?
 
--mic
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20071029/304f3bce/attachment-0001.html>


More information about the Opensim-dev mailing list