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

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");
}