Very nice. I like the music!
But you did something weird here:
if (said("get","apple")) {
if (posn(o0,111,51,132,78)) {
get("apple");
load.sound(32);
sound(32,f16);
erase(o8);
print("You pick up the shiny red apple.");
v3 += 3;
} else {
print("You already have it.");
}
else {
print("Get closer.");
}
if (said("get","apple")) {
if (!has("apple")) {
if (posn(o0,111,51,132,78)) {
get("apple");
load.sound(32);
sound(32,f16);
erase(o8);
print("You pick up the shiny red apple.");
v3 += 3;
else {
print("Get closer.");
}
} else {
print("You already have it.");
}
}
- Jelle