PoA_PRC8/_module/nss/headmasterdeath.nss

13 lines
383 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("NOOOOOO!"); break;
case 2: SpeakString("You will pay for this!"); break;
case 3: SpeakString("I curse you!"); break;
case 4: SpeakString("What happened?!");
}
ExecuteScript("sf_xp", OBJECT_SELF);
}