5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
// Place in the OnClientEnter event of the module's properties
|
|
{
|
|
SendMessageToPC(GetEnteringObject(), "Hello World");
|
|
}
|