Nunzilla's Profile
Don't question the power of spam, that is, the crosss of ham and.. erm...
I'm now Weirdo
I'm now Weirdo
By the way, you probably should create a variable to remember if Dink is a wizard or not. Otherwise any class could speak to the dragons.
If you haven't used &story yet..
(I'm using traditional DinkC)
choice_start();
"Knight"
"Wizard"
"Warrior"
choice_end();
if (&result) == 1
(
say_stop("I can't talk to dragons.", 1);
}
if (&result) == 2
{
&story = 1;
say_stop("I can talk to dragons.", 1);
}
if (&result == 3
{
say_stop("I can't talk to dragons.", 1);
}
Attatch the following to the dragon:
VOID TALK(VOID)
{
Dragon1:
say_stop("Die", ¤t_sprite);
if (&story) == 1
{
//note: gotos usually will be fine without a semi-colin
goto Dragon1
}
}
If you haven't used &story yet..
(I'm using traditional DinkC)
choice_start();
"Knight"
"Wizard"
"Warrior"
choice_end();
if (&result) == 1
(
say_stop("I can't talk to dragons.", 1);
}
if (&result) == 2
{
&story = 1;
say_stop("I can talk to dragons.", 1);
}
if (&result == 3
{
say_stop("I can't talk to dragons.", 1);
}
Attatch the following to the dragon:
VOID TALK(VOID)
{
Dragon1:
say_stop("Die", ¤t_sprite);
if (&story) == 1
{
//note: gotos usually will be fine without a semi-colin
goto Dragon1
}
}
Nunzilla has written 6 reviews
| Title | File | Type | Score | Date |
|---|---|---|---|---|
| So | Computer Virus | Featured | 5.9 | July 6th, 2003 |
| Because of Glenn's Changes To His D-Mod | Revenge of the Pigs | Normal | 5.1 | June 28th, 2003 |
| The Name Might Not Be the Best | Twins | Normal | 9.2 | June 21st, 2003 |
| Finally | Mayhem | Featured | 9.4 | June 20th, 2003 |
| Money | Moneyspell (The) | Normal | 0.9 | June 13th, 2003 |
| Those Hippies Aren't the Only Thing From Hell | Kill the Hippies | Normal | 3.0 | June 7th, 2003 |

5.9
9.2
0.9
3.0




