help windinkedit
helo i wanted to ask some questions about windinkedit-
1.how do i paste objects?
2.how do i delete objects?
3.how do i get out of detailed map view?
4.how do i add scripts while talking to an object?
5.how do i add scripts while hitting an object?
THNX
1.how do i paste objects?
2.how do i delete objects?
3.how do i get out of detailed map view?
4.how do i add scripts while talking to an object?
5.how do i add scripts while hitting an object?
THNX
1. Right click on a sprite and hit copy, and then you can paste it anywhere. If you mean add a sprite, hit the R button then the E button and pick one.
2. Select a sprite on a screen and hit the Delete button.
3. You mean go into a certain screen? Click a screen you want.
Or do you mean go to the undetailed mini-map with the red and purple squares? Then just reset your Editor. (Leave it and come back.)
4. Right click on a sprite and where it says SCRIPT do the following:
Name it something like BLAH.c and hit EDIT. If it says that script does not exist or whatever, just hit yes. The stuff in bold is unimportant, but helps a good script.
void talk(void)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Hello.",1);
wait(200);
say_stop("`1Hello. Who are you?",¤t_sprite);
unfreeze(1);
unfreeze[¤t_sprite);
}
Void talk void means the sprite will react to spacebar. freeze( commands freeze Dink and the sprite. `1 Is a color code. Wait(200); means to wait between each sentence.
5. Just change the script above to void hit(void) and it will react to Dink punching it.
For better directions, try this
Hope I could help.
2. Select a sprite on a screen and hit the Delete button.
3. You mean go into a certain screen? Click a screen you want.
Or do you mean go to the undetailed mini-map with the red and purple squares? Then just reset your Editor. (Leave it and come back.)
4. Right click on a sprite and where it says SCRIPT do the following:
Name it something like BLAH.c and hit EDIT. If it says that script does not exist or whatever, just hit yes. The stuff in bold is unimportant, but helps a good script.
void talk(void)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Hello.",1);
wait(200);
say_stop("`1Hello. Who are you?",¤t_sprite);
unfreeze(1);
unfreeze[¤t_sprite);
}
Void talk void means the sprite will react to spacebar. freeze( commands freeze Dink and the sprite. `1 Is a color code. Wait(200); means to wait between each sentence.
5. Just change the script above to void hit(void) and it will react to Dink punching it.
For better directions, try this
Hope I could help.

thanks
i have now created thedmod but it crashes on operning it
can u help
i have now created thedmod but it crashes on operning it
can u help
First, try getting v1.08 and the latest patch for WinDinkEdit.
Second, try adding the "START-#" scripts from the main Dink directory.
Third, don't release a D-Mod done in 6 hours.
Second, try adding the "START-#" scripts from the main Dink directory.
Third, don't release a D-Mod done in 6 hours.