Hey Guys, I was wondering how to make a sort of code or password, as in enemy must be killed in a certain order to open a door/make a chest appear..so that if they are killed in the right order then x will happen but if the wrong order then everything is reset....
where would i start with this?
so that (1,2,3) opens the door but all other variants eg, (3,2,1) (2,1,3) ect would reset?
literally stuck at the start with this one...
would i have to make a bunch of save variables for each on_killed? depending on which have been killed before it?