Je ne comprend pas pourquoi, je n'arrive pas a faire entrer deux personnages en collisions...?
sectionstart room_a // DO NOT EDIT OR REMOVE THIS LINE
function room_a() {
// script for Room: First time player enters room
cSerpent.FollowCharacter(cEgo, 0,0);
if (cSerpent.IsCollidingWithChar(cEgo) == 1) {
Display (" Oufff il m'as mordus...je suis fichus ?");
cEgo.ChangeRoom(11,200,250);
cSerpent.ChangeView(9);
}
}
#sectionend room_a // DO NOT EDIT OR REMOVE THIS LINE]#
Si quelqu'un a une idée de mon problême...?