I finally figured out how to place the player where I want it whenever a level is loaded. The only problem is that the player is always facing east everytime I use the ent_create function to create the player in a level.
Does anyone know of a function that I can use to rotate the player as well? I looked in the Help manual, and could not find one. Thanks in advance. :-)
@Superku I think he means the pan of the model is wrong.
@Ruben You can rotate the model in MED by opening the model then going to Object / Transform Global and rotating as necessary. Typically, your model should be facing to the right of the top-left view (The XY view if I am correct) but the actual rotation will depend on your code.