Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/goblindeath.nss
Normal file
12
_module/nss/goblindeath.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "NW_I0_GENERIC"
|
||||
void main()
|
||||
{
|
||||
switch (d4()) {
|
||||
case 1: SpeakString("NOOOOO!"); break;
|
||||
case 2: SpeakString("I don't deserve to die!"); break;
|
||||
case 3: SpeakString("I can't see!"); break;
|
||||
case 4: SpeakString("You were too quick for me!");
|
||||
}
|
||||
ExecuteScript("sf_xp", OBJECT_SELF);
|
||||
}
|
||||
|
Reference in New Issue
Block a user