HoS_PRC8/_mod/_module/nss/altar_mode1.nss

7 lines
153 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
void main()
{
object oTarget=GetLocalObject(GetPCSpeaker(),"oTarget");
SetLocalInt(GetPCSpeaker(),"nParm",1);
SetLocalInt(oTarget,"nMode",0);
}