Added NWScript
Fixes: #543 Co-Authored-By: RobsonMoon <robsonmoon@users.noreply.github.com>
This commit is contained in:
@@ -381,6 +381,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Nodejs](n%5Cnodejs.js)
|
||||
* [Novice](n%5Cnovice.novice)
|
||||
* [Nu](n%5Cnu.nu)
|
||||
* [Nwscript](n%5Cnwscript.nss)
|
||||
* [Nxc](n%5Cnxc.nxc)
|
||||
* [Oberon 2](o%5Coberon-2.obn)
|
||||
* [Oberon](o%5Coberon.o)
|
||||
|
||||
4
n/nwscript.nss
Normal file
4
n/nwscript.nss
Normal file
@@ -0,0 +1,4 @@
|
||||
// Place in the OnClientEnter event of the module's properties
|
||||
{
|
||||
SendMessageToPC(GetEnteringObject(), "Hello World");
|
||||
}
|
||||
Reference in New Issue
Block a user