Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/headmasterdeath.nss
Normal file
12
_module/nss/headmasterdeath.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user