VeTaL Posted November 20, 2011 Share Posted November 20, 2011 Just played around with LE solider and macklebee's updated script and was wondering, if it is possible to send message from Blitz. Yes, It is possible (at first, i used SendMessage ) src = LoadModel("abstract::soldier.gmf") *** *** Repeat *** SendEntityMessage(src , "Jump") *** Quote Working on LeaFAQ Link to comment Share on other sites More sharing options...
Aily Posted November 21, 2011 Share Posted November 21, 2011 Try to send 2 messages SendEntityMessage(src , "Jump") SendEntityMessage(src , "die") Are they hapenning each other, or last only? Quote "Better" is big enemy of "good" Link to comment Share on other sites More sharing options...
VeTaL Posted November 21, 2011 Author Share Posted November 21, 2011 SendEntityMessage(mesh, "Jump") SendEntityMessage(mesh, "SetMovement=MOVE_FORWARD") Now he is moving forward and jumping SendEntityMessage(mesh, "Jump") SendEntityMessage(mesh, "SetMovement=MOVE_FORWARD") SendEntityMessage(mesh, "SetHeading=" + angle) angle:+1 Running and jumping and turning left Quote Working on LeaFAQ Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.