if (isset(f5)) {
load.pic(v0);
draw.pic(v0);
discard.pic(v0);
position(o0,44,164);
status.line.on();
accept.input();
v6 = 1;
draw(o0);
load.view(10);
set.view(o1,10);
animate.obj(o1);
position(o1,80,130);
draw(o1);
wander(o1);
show.pic();
}
if(said("talk","man")){
if(v60 == 4){
print("You already talked to him.");
return();
}
print("Ed: What are you doing here.All the other workers left.");
print("Man: I lost my keys.");
print("Ed: I'll bring them to you if I find them.");
print("Man: If you do that I will give something to return.");
print("Ed: Ok.");
v3 += 2;
v60 = 4;


}
if (v2 == 3){
new.room(10);



}
return();