HoS_PRC8/_mod/_module/nss/prison_guard_oe1.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

11 lines
247 B
Plaintext

// prison_guard_oe1
void main()
{
object oPC=GetEnteringObject();
object oPG=GetNearestObjectByTag("MUNICIPALPG",oPC,1);
if (GetIsPC(oPC))
{
AssignCommand(oPG,SpeakString("Come no further by order of the municipality!!"));
}
}