http://www.solarus-games.org/doc/1.5/lua_api_hero.html
mentioned in this link is
How would I add an extra player??
it seems like the code I want to mess with is hidden somewhere and I can't read/write it. Can anyone point me in the right direction?
mentioned in this link is
QuoteThe hero is the character controlled by the player. There is always exactly one hero on the current map. The hero is automatically created by the engine: you cannot create or remove him.
How would I add an extra player??
it seems like the code I want to mess with is hidden somewhere and I can't read/write it. Can anyone point me in the right direction?