i have a issue each time i run it .IT just crashes heres my script btw
image idle Sprites/Enemies/solider0.png
value=0
if $value==0
{
vn 1
show idle 0 0 2
text "Hello!" 0 0 2
timeout 2
text "HEWWO"
value=1
}
map return
yeah i thought the kill count feature in the wolf clone was really awesome. i need to take a closer look at it. i really enjoyed your secret walls, i just didn't understand them when i first opened the project. over all it is a very good example of the sort of more advanced things that can be done with scripting
i dont know what you mean about not breaking anything, but to make a decoration have a script you just make a script called decorationname.script
when you "use" the decoration the script will be executed. if it breaks then script is fucked up.
also you cant "use" decorations on upper floors. so you will have to map around that by keeping your useable decorations on first floor.