Amon_PRC8/_module/nss/sethassel.nss

26 lines
859 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
#include "nw_i0_tool"
void main()
{
if(!HasItem(GetPCSpeaker(), "al0"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al1"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al2"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al3"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al4"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al5"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al6"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al7"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al8"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
if(!HasItem(GetPCSpeaker(), "al9"))
{SetLocalInt(GetPCSpeaker(), "hasal",1);}
}