26 lines
859 B
Plaintext
26 lines
859 B
Plaintext
#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);}
|
|
}
|
|
|