Initial Upload
Initial Upload
This commit is contained in:
6
_module/nss/lodgreeter.nss
Normal file
6
_module/nss/lodgreeter.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oFocalPoint=GetObjectByTag("unique-OBJECT_TAG");
|
||||
ActionSpeakString("Welcome to LOD,Hope you enjoy your stay");
|
||||
SetFacingPoint(GetPosition(oFocalPoint));
|
||||
}
|
||||
Reference in New Issue
Block a user