PWE_PRC8/_module/nss/nasbind2.nss

9 lines
132 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//Put this OnEnter
void main()
{
object oPC = GetPCSpeaker();
DeleteCampaignVariable("respawn_point",GetPCPlayerName(oPC),oPC);
}