Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/pedestal_speak.nss
Normal file
9
_module/nss/pedestal_speak.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
//Put this OnUsed
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastOpenedBy();
|
||||
|
||||
SendMessageToPC(oPC, "The pedestal is empty");
|
||||
|
||||
}
|
Reference in New Issue
Block a user