The Dink Network

Whats the D script for...

September 3rd 2005, 08:05 AM
duckdie.gif
BeheadedDuck
Peasant He/Him Australia
So lazy... So incredibly lazy... 
Bow lore? (In the Original Dink game). Thanks for your help.
September 3rd 2005, 08:10 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
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.
September 3rd 2005, 08:38 AM
duckdie.gif
BeheadedDuck
Peasant He/Him Australia
So lazy... So incredibly lazy... 
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).
September 3rd 2005, 09:16 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
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
September 3rd 2005, 08:46 PM
duckdie.gif
BeheadedDuck
Peasant He/Him Australia
So lazy... So incredibly lazy... 
The Healer Lady?
September 3rd 2005, 09:25 PM
spike.gif
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.
September 5th 2005, 06:04 AM
duckdie.gif
BeheadedDuck
Peasant He/Him Australia
So lazy... So incredibly lazy... 
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
September 18th 2005, 03:57 AM
duckdie.gif
BeheadedDuck
Peasant He/Him Australia
So lazy... So incredibly lazy... 
Geeze thanks for all you help you ----- <See Edit 1>

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.
September 18th 2005, 07:53 AM
slimeb.gif
DaVince
Peasant He/Him Netherlands
Olde Time Dinkere 
You shouldn't have deleted the develop folder if you are going to create dmods...