Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mport2004

#21
I'm making a small shooter game and i cant find a command that will make a character wait before doing another command and still let the other characters move.
:(
#22
when i start my game the character that is ment to be in another room (room15) is in the starting room and i dont know why i set him to be in room 15.

the script


function game_start() {

Ã,  Ã, ccDebug(1);
Ã,  Ã, ccSetBlankView(5);

Ã,  Ã, character[MAN].room = character[GetPlayerCharacter()].room;
Ã,  Ã, character[MANB].room = character[GetPlayerCharacter()].room;

ccCreateCommand(1, "MOVE: 250, 120; MOVE: 305, 113; ROOM: 4,13,100; MOVE: 155,112; MOVE: 155,182; MOVE: 10,184; ROOM: 3,300,183; MOVE: 100, 110; GOTO:1;");
ccExecuteCommand(EAT, 1);
ccCreateCommand(2, "MOVE: 220, 145; MOVE: 90, 145; GOTO:2;");
ccExecuteCommand(RIVERGARD, 2);
}


does it have something to do with the character
[MANB].room = character[GetPlayerCharacter()].room;
command?
#23
How do you have other guys moving and let you still control your guy? ???
SMF spam blocked by CleanTalk