Added NWScript
Fixes: #543 Co-Authored-By: RobsonMoon <robsonmoon@users.noreply.github.com>
This commit is contained in:
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