ANOTHER small PROBLEM (DMODS)...
You lot must be getting sick of this now! Anyway, this is copied from a help file redink posted:
'Now we next to get out our handy-dandy text editor to make this script.
All scripts must reside in the STORY dir.
Go inside and create a file called "TREE.C" and edit it.
Put this in:
void hit(void)
{
say("'4Ouch!", current_sprite);
}
Save it. Now play the game. The tree will say "Ouch!" when you hit it. In
red even! The '4 is a color code)
What about if Dink hits the look/talk button while looking at the
tree? Ok, add this to your tree.c file:'
It's the first bit that's important really.
'handy-dandy text editor' - What?
When I go in the story folder I get a load of files with the Microsoft symbol on with a white background. When you click on it, it says 'open with...'. What do I open it with to be able to edit it with? Is it some kind of Dink text editor or can you use notepad or what?
Thanks :o
'Now we next to get out our handy-dandy text editor to make this script.
All scripts must reside in the STORY dir.
Go inside and create a file called "TREE.C" and edit it.
Put this in:
void hit(void)
{
say("'4Ouch!", current_sprite);
}
Save it. Now play the game. The tree will say "Ouch!" when you hit it. In
red even! The '4 is a color code)
What about if Dink hits the look/talk button while looking at the
tree? Ok, add this to your tree.c file:'
It's the first bit that's important really.
'handy-dandy text editor' - What?
When I go in the story folder I get a load of files with the Microsoft symbol on with a white background. When you click on it, it says 'open with...'. What do I open it with to be able to edit it with? Is it some kind of Dink text editor or can you use notepad or what?
Thanks :o