Battledale_PRC8/_module/nss/jw_ruin_enter.nss

12 lines
150 B
Plaintext
Raw Permalink Normal View History

void main()
{
if (GetLocalInt(OBJECT_SELF,"nDone")==2)
{
return;
}
SetLocalInt(OBJECT_SELF,"nDone",2);
SetLocalInt(OBJECT_SELF,"nRiddles",d3());
}