posted 08-21- 08:18 PM CT (US)
when your in the editor and you stamp a tree there or somthing click on the tree press 9 this box will show up on your screen saying
New Hardness?if you put in 0 it is just a normal tree.
if you put in 1 you can just walk right through it.
If you want to talk to a tree or somthing
click on the tree and hold down Shift and 5 this box says Script. Type In TREE.
now leave the editor and go to your Story Folder and and with your dinkc editor make a file that has this in it
void talk(void)
{
say("That tree is ugly.", 1);
wait (500);
say("Screw you.", ¤t_sprite);
}
this should make it so when you press the talk button by the tree you will say "that is a ugly tree" and the tree will reply "screw you"
pretty kewl huh?