2008.05.19, 08:17 PM
1 Is there anyway i can make objects move relating to where they are?
EG: "something happens"
obj.move.x."10".
2 How can i make something happens when something gets to a certain health?
EG:
EG: "something happens"
obj.move.x."10".
2 How can i make something happens when something gets to a certain health?
EG:
Code:
Health="100"{
Do Stuff
}