The Dink Network

Reply to DinkC script doesn't run!

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 2nd 2006, 01:15 PM
anon.gif
George
Ghost They/Them
 
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!", &current_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!