PoA_PRC8/_module/nss/firedeath.nss

13 lines
381 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
#include "NW_I0_GENERIC"
void main()
{
switch (d4()) {
case 1: SpeakString("AAAAAAAH!"); break;
case 2: SpeakString("NOOOOOOO!"); break;
case 3: SpeakString("You have defeated me!"); break;
case 4: SpeakString("How can this be!");
}
ExecuteScript("sf_xp", OBJECT_SELF);
}