Initial commit
Initial commit [v9.7]
This commit is contained in:
9
_module/nss/dr_fld_nerka1.nss
Normal file
9
_module/nss/dr_fld_nerka1.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
// Get the creature who triggered this event.
|
||||
object oPC = GetClickingObject();
|
||||
|
||||
// Have us say something.
|
||||
SpeakString("You should speak with Nerka before proceeding.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user