<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello,<br><br>Im looking for a way to write LSL scripts in a C# Region Module that can be executed in game. I am having problems with the Initailize function, I do not know what to pass into it. If anyone could help it would be very appreciated.<br><br>Thanks <br>Jim<br><br>P.s. here is what I have so far<br><br> LSL_Api api = new LSL_Api();<br><br> SceneObjectPart host = test.World.GetSceneObjectPart(new UUID("ddb64727-e6ba-4266-9eec-ee902d9ff565"));<br><br> IScriptEngine engine;<br><br> api.Initialize(engine, host, 0, new UUID("ddb64727-e6ba-4266-9eec-ee902d9ff565"));<br><br>api.llSay(1, "Script running !!");<br>                                      </body>
</html>