9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
|
// Sphinx riddle failed Increment 1
|
||
|
void main()
|
||
|
{
|
||
|
object oMod=GetModule();
|
||
|
int nV=GetLocalInt(oMod,"nAgernisSphinx");
|
||
|
nV++;
|
||
|
SetLocalInt(oMod,"nAgernisSphinx",nV);
|
||
|
}
|