I`m making a project called monsterhunt, and I`ve just got to the bit where you have beaten the first boss, but I don`t know how to make a door appear to get out of the forest.
Offline
Okay, so you want it so that when you beat the 1st boss, a door opens?
Okay then put this in the boss:
when i receive [game start v] forever if < (defeated?) = [yes] > broadcast [forest_door_Open v] end endYou could also use another variable, but it's your choice. Anyway, as you can see, you will need the boss to have a Boolean variable that sets to no in the beginning and yes once it's defeated.
when i receive [forest_Door_Open v] go to x: (whatever) y: (whatever) showThat should do it.
Last edited by CAA14 (2013-03-14 14:26:43)
Offline