Scripting error
Ok hears the deal. When I try to attach any script to any sprite I even used the browze the file is not found but i still can open it. Could I gotten a bad download of windink edit plus Ill get rid of it and re downloud it. Other wise can you give me any sigestions?
...Thanx
...Thanx
You should save your script in your dmod's story folder, then in windinkedit just enter it's name, without path and extension.
I've tryed that it cant find the scripts. I put the scripts in the story folder in my skeleton b file.It still says that the file is not found.
ps: i tryed to redownload it that dident work eather.
ps: i tryed to redownload it that dident work eather.
It always does that to me. Try simply creating a new script in WindinkEdit by going to the sprite properties, naming it anything.c, the .C is vital to a working script, and copy and paste the words from the ready-made script to the new file.
thx ill try that I'v never put a .c
I tryed to put a .c it didnt work but it was already a .c program becuase I use dinkc editor hopfully I'll have the answer to this by the time I wake up good night.
ps...and thx for any help
ps...and thx for any help
What exactly does it say when you try to create a script?
Does it say something like:
Cannot find: C: programfiles/dinksmallwood/ etc. etc.
Would you like to create a new file?
Does it say something like that?
Does it say something like:
Cannot find: C: programfiles/dinksmallwood/ etc. etc.
Would you like to create a new file?
Does it say something like that?
I can assure you it will never say C:/programfiles/dinksmallwood/...
Yes it says what pillbug put but then i also browse for it and go to the file and get it there and it still has the same error. I did just get a new computer and it has windos vista mabey vista has a glitch and has a hard time finding files. Becuse I no idea what to do iv tryed almost everything i can think of i never had a proplem that i couldent fix on my xp. =(
FIX- o ya iv tryed to remake the d-mod like 20 times it dosnt work
FIX- o ya iv tryed to remake the d-mod like 20 times it dosnt work
This is what it says spacificly even when i go browse it.
Error: s ystem cannot find path specified
Auggg im so confused this I think is over my head
Error: s ystem cannot find path specified
Auggg im so confused this I think is over my head
grrrrrrrrrr
screw it I'll use my sisters laptop for d-mods I think windos vista isnt compatible to make d-mods
Pay no attention to this post im doing it to transfer 1 script to my sisters laptop!!
void talk(void)
{
freeze(1);
say_stop("`2North to Part village.", ¤t_sprite);
wait(200);
say_stop("`3Note from villagers
S...Bridge is being fixed find another way around", ¤t_sprite);
wait(200);
say_stop("Well that is GREAT!! now how will I get their?", 1);
wait(200);
unfreeze(1);
}
void hit(void)
{
freeze(1);
say_stop("OUCH! are you happy stupid hunk of wood you gave me splinters", 1);
wait(200);
say_stop("`2.................................", ¤t_sprite);
wait(200);
say_stop("answer me stupid sign", 1);
wait(200);
say_stop("`2........................", ¤t_sprite);
wait(200);
say_stop("Ya thats what i thought ...... wimpy piece of junk", 1);
wait(200);
unfreeze(1);
wait(4000);
say_stop("`2BITE ME ASS HOLE", ¤t_sprite);
wait(50);
say_stop("?", 1);
}
void talk(void)
{
freeze(1);
say_stop("`2North to Part village.", ¤t_sprite);
wait(200);
say_stop("`3Note from villagers
wait(200);
say_stop("Well that is GREAT!! now how will I get their?", 1);
wait(200);
unfreeze(1);
}
void hit(void)
{
freeze(1);
say_stop("OUCH! are you happy stupid hunk of wood you gave me splinters", 1);
wait(200);
say_stop("`2.................................", ¤t_sprite);
wait(200);
say_stop("answer me stupid sign", 1);
wait(200);
say_stop("`2........................", ¤t_sprite);
wait(200);
say_stop("Ya thats what i thought ...... wimpy piece of junk", 1);
wait(200);
unfreeze(1);
wait(4000);
say_stop("`2BITE ME ASS HOLE", ¤t_sprite);
wait(50);
say_stop("?", 1);
}









