Aantioch_Infernum/_module/nss/pedestal_speak.nss

10 lines
116 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//Put this OnUsed
void main()
{
object oPC = GetLastOpenedBy();
SendMessageToPC(oPC, "The pedestal is empty");
}