player can use 3 diferent characters

Started by Alen101, Fri 17/07/2015 04:24:37

Previous topic - Next topic

Alen101

Hello, im new here.
Im trying to make my first game and im no programer so excuse me for any mistake.
Im trying to make a maniac mansion 1 the same game mechanics.
I make the 3 players party, and now im trying to make they react with the objects and hotspots, its easy with one player but i cant achieve to make the 3 diferent characters say diferent things while looking at the same object.
thank you in advance for any help.



Mandle

I believe you have to put conditions like:

if(PlayerCharacter==cNorman){
Display("BlahBlahBlah");
else if(

etc etc...The syntax might be off in my example. I don't have time right now to look it up...

Alen101


SMF spam blocked by CleanTalk