Whats the D script for...
Bow lore? (In the Original Dink game). Thanks for your help.
Bow lore is checked with a simple variabled &bow_lore.
.d scripts are "compiled" scripts. In reality they are encrypted. They are said to make it run faster, in reality, they are slower, because it needs to decompile first. Seth also said it strips out the comments. Not true. Comments are also encrypted.
.d scripts are "compiled" scripts. In reality they are encrypted. They are said to make it run faster, in reality, they are slower, because it needs to decompile first. Seth also said it strips out the comments. Not true. Comments are also encrypted.
But I copy and pasted "S3-BOWL.d" to my D-mod, then I ran it, and the guy kept asking if I wanted Bow lore even after I said yes, and I din't get it (as in no power shots).
Ahh... You didn't mention what .d script you were talking about.
s3-bowl.d (or .c if you look at the DinkC source files) is indeed the guy that teaches you bowlore. The fact that you don't really "get" it, is because you don't have &bowlore as a global variable.
Put
make_global_int("&bowlore", 0);
in main.c
s3-bowl.d (or .c if you look at the DinkC source files) is indeed the guy that teaches you bowlore. The fact that you don't really "get" it, is because you don't have &bowlore as a global variable.
Put
make_global_int("&bowlore", 0);
in main.c
s3-healp.c, something like that. Unencrypted versions of the scripts are in the develop dir, in source.zip
You might want to delete all the .d scripts from the story dir and extract source.zip there, that's what I do, even though source.zip is of an earlier version of Dink than the .d scripts.
You might want to delete all the .d scripts from the story dir and extract source.zip there, that's what I do, even though source.zip is of an earlier version of Dink than the .d scripts.
Can someone give me these scripts in modifiable .c format (I deleted my source folder):
-Dink's Mom.
-Milder In the Darklands (Dead)
-Seth
-Bow lore guy
-Ninja bot from Mystery Island
-Dink's Mom.
-Milder In the Darklands (Dead)
-Seth
-Bow lore guy
-Ninja bot from Mystery Island

EDIT 1: Sorry I was in a bad mode and wrote a word that is not sutiable for younfg children, anyways i got the scripts myself.