AGI: Add last undefined V1 test command that tests if a bit of var is set

Also fix skipInstruction() for V1.
This commit is contained in:
Jussi Pitkanen 2011-06-17 16:07:43 +03:00 committed by Eugene Sandulenko
parent 2289ba88b6
commit e4a1193d22
3 changed files with 8 additions and 3 deletions

View file

@ -36,7 +36,7 @@ AgiInstruction insV1Test[] = {
{ "lessv", "vv", &condLessV }, // 04
{ "greatern", "vn", &condGreater }, // 05
{ "greaterv", "vv", &condGreaterV }, // 06
{ "isset", "v", &condIsSetV1 }, // 07
{ "isset", "v", &condIsSetV1 }, // 07
{ "has", "n", &condHas }, // 08
{ "said", "nnnn", &condSaid2 }, // 09
{ "posn", "nnnnn", &condPosn }, // 0A
@ -45,7 +45,7 @@ AgiInstruction insV1Test[] = {
{ "said", "nnnnnn", &condSaid3 }, // 0D
{ "have.key", "", &condHaveKey }, // 0E
{ "said", "nn", &condSaid1 }, // 0F
{ "bit", "nv", &condUnknown }, // 10
{ "bit", "nv", &condBit }, // 10
};
AgiInstruction insV1[] = {