PDA

Click to See Complete Forum and Search --> : Game Scripting article.....


AddeLiss
May 16th, 2000, 09:10 PM
Has anyone read the article about Simple Game Scripting by David Goodlad at http://blackhole.thenexus.bc.ca/ ???
And did anyone get it to work?

I get error 62:"Compile Error: Invalid use of Me keyword" :( at this code:

Public Function ExecuteCommand(Command As String, Parameters() As String) As Integer
ExecuteCommand = CallByName(Me, "ExecuteCmd" & Command, VbMethod, Parameters())
End Function

What's wrong?????

/Anders