Added NWScript

Fixes: #543
Co-Authored-By: RobsonMoon <robsonmoon@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 18:51:32 +13:00
parent 0480316381
commit 9f14693918
2 changed files with 5 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,4 @@
// Place in the OnClientEnter event of the module's properties
{
SendMessageToPC(GetEnteringObject(), "Hello World");
}