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:
Tedd Hansen
2007-08-12 16:44:57 +00:00
parent 95b89096c4
commit 734f288290
2 changed files with 47 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ namespace LSL2CS.Converter
public string Convert(string Script)
{
string Return = "";
QUOTES.Clear();
//
// Prepare script for processing