Richie Bendall 9f14693918
Added NWScript
Fixes: #543
Co-Authored-By: RobsonMoon <robsonmoon@users.noreply.github.com>
2020-03-30 18:51:32 +13:00

5 lines
124 B
Plaintext

// Place in the OnClientEnter event of the module's properties
{
SendMessageToPC(GetEnteringObject(), "Hello World");
}