mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
LSL ScriptEngine now only needs to inherit from BaseClass and we will be MUCH closer to complete LSL support than we were yesterday.
This commit is contained in:
@@ -29,6 +29,8 @@ namespace LSL2CS.Converter
|
||||
public string Convert(string Script)
|
||||
{
|
||||
string Return = "";
|
||||
QUOTES.Clear();
|
||||
|
||||
|
||||
//
|
||||
// Prepare script for processing
|
||||
|
||||
Reference in New Issue
Block a user