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

SetLocalInt(OBJECT_SELF,"nDone",2);
SetLocalInt(OBJECT_SELF,"nRiddles",d3());

}