Reply to DinkC script doesn't run!
If you don't have an account, just leave the password field blank.
October 2nd 2006, 01:15 PM

George
I was using the tutorial included in the game to make a D-MOD. It all worked out fine until I got to scripting. I went to sprite-edit mode, push Shift-5, and attached "tree". Next, I created the file "tree.c" in my "Story" dir with the following:
void hit(void)
{
say("`4Ouch!", ¤t_sprite);
}
When I punch the tree, nothing happens. When I try to edit the "start-1.c" file's "sp_map", nothing changes.
Please Help!
void hit(void)
{
say("`4Ouch!", ¤t_sprite);
}
When I punch the tree, nothing happens. When I try to edit the "start-1.c" file's "sp_map", nothing changes.
Please Help!





