HoS_PRC8/_mod/_module/nss/at_agernissphxp1.nss

9 lines
177 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// Sphinx riddle failed Increment 1
void main()
{
object oMod=GetModule();
int nV=GetLocalInt(oMod,"nAgernisSphinx");
nV++;
SetLocalInt(oMod,"nAgernisSphinx",nV);
}