Reply to Re: New Contest Idea
If you don't have an account, just leave the password field blank.
What if you want player 2 to interact with objects/ push objects / or take touch damage?
About touch damage... You can inspire from my bomberman spell, in HonorQuest. It explodes when a monster approaches. The script can be modified to hurt the second player when it approaches.
Edit: you can also do push and talk by pressing certain keys. The script will search for the closest sprite(that the sec players looks at), and if the distance is less than a constant, it will interact. Maybe I'll try to do this myself if I have time.
About touch damage... You can inspire from my bomberman spell, in HonorQuest. It explodes when a monster approaches. The script can be modified to hurt the second player when it approaches.
Edit: you can also do push and talk by pressing certain keys. The script will search for the closest sprite(that the sec players looks at), and if the distance is less than a constant, it will interact. Maybe I'll try to do this myself if I have time.