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




at this code:
Reply With Quote