5 lines
124 B
Plaintext
Raw Normal View History

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