Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/banditdeath.nss
Normal file
12
_module/nss/banditdeath.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "NW_I0_GENERIC"
|
||||
void main()
|
||||
{
|
||||
switch (d4()) {
|
||||
case 1: SpeakString("NOOOOOOO!"); break;
|
||||
case 2: SpeakString("Dont let them get away!"); break;
|
||||
case 3: SpeakString("Avenge my death!"); break;
|
||||
case 4: SpeakString("Is that MY blood?!");
|
||||
}
|
||||
ExecuteScript("sf_xp", OBJECT_SELF);
|
||||
}
|
||||
|
Reference in New Issue
Block a user