Also, why don't the voices work? They compile, but they don't play.

Code: Select all
############################################ Mordeth the Baron of Hell
$MOBJ 5
NAME &Mordeth&
VOICE &DSBRSSIT&
PANEL &&
DIALOG &Welcome to Eden, The Home of the Tukari.&
{
TEXT &Eden?&
GIVEMOBJ -1
YESTEXT _
LINK -2
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &Yes, This is Eden. Our clan is one of the few that welcomes humans.&
{
TEXT &So, You're friendly?&
GIVEMOBJ -1
YESTEXT _
LINK -3
}
{
TEXT &Can I ask some you some questions?& ############## <--- Here
GIVEMOBJ -1
YESTEXT _
LINK -5
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &Yes, We get along quite well. Most of us anyway.&
{
TEXT &I see.&
GIVEMOBJ -1
YESTEXT _
LINK -1
}
{
TEXT &Most?&
GIVEMOBJ -1
YESTEXT _
LINK -4
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &Some of us don't feel the same. They simply don't get along. Xavier for example.&
{
TEXT &Ah.&
GIVEMOBJ -1
YESTEXT _
LINK -1
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &Absolutely&
{
TEXT &Why am I here?&
GIVEMOBJ -1
YESTEXT _
LINK -6
}
{
TEXT &How do I leave?&
GIVEMOBJ 101 #Map01_Script_256
YESTEXT _
LINK -7
}
{
TEXT &Why are there other humans here?&
GIVEMOBJ -1
YESTEXT _
LINK -9
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &We Don't Know. It could be fate, chance, or simply effect.&
{
TEXT &Ok.&
GIVEMOBJ -1
YESTEXT _
LINK -1
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &Unfortunately, You must go through the portal. I will open the Teleporter, so you can head to our city.&
{
TEXT &Unfortunately?&
GIVEMOBJ -1
YESTEXT _
LINK -8
}
{
TEXT &Ok.&
GIVEMOBJ -1
YESTEXT _
LINK -1
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &It is in Cybresten. The home of the Cyber Clan. They seem to have sprung up rapidly and took the gate before anyone could react.&
{
TEXT &Oh.&
GIVEMOBJ -1
YESTEXT _
LINK -1
}
$END
$MOBJ 5
NAME &Mordeth&
DIALOG &Some of them found their way here long ago, and have lived here since. Others, like you, have started appearing here right after the Cyber Clan's Invasion.&
{
TEXT &Ok.&
GIVEMOBJ -1
YESTEXT _
LINK -1
}
$END