04-03-2007, 06:17 PM
I know this is an old topic. But after following the tutorial, I add this to my script file...
Then add this in Sub JoinGame under the SendWelcome call
It doesn't print a message.
Code:
Sub JoinGame(index)
' Send them welcome
PlayerMsg index, "Test", white)
End Sub
Then add this in Sub JoinGame under the SendWelcome call
Code:
MyScript.ExecuteStatement "eScript.txt", "JoinGame " & Index
It doesn't print a message.