Battledale_PRC8/_module/nss/swt_boy_taunt.nss

24 lines
557 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: swt_boy_taunt
//:: swt_boy_taunt.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Lysandius
//:: Created On: 09-07-2002
//:://////////////////////////////////////////////
void main()
{
int nValue = d4();
if(nValue == 1)
SpeakString("You can't catch me!");
if(nValue == 2)
SpeakString("Hihi!");
if(nValue == 3)
SpeakString("Run faster!");
}