#include("system.prg") #fontsize(16) #playertalk(Officer) #mwin(" Excuse me sir, we need to search you.") #pause() #mwincls() #playertalk(Raie) #mwin(" Of course.") #pause() #mwincls() #playertalk(Officer) #mwin(" ... ") #delay(1) #mwin(" ... ") #delay(1) #mwin(" ... ") #delay(1) #mwincls() #playertalk(Raie) #mwin(" Is there a problem Officer?") #pause() #mwincls() #playertalk(Officer) #mwin(" You are carrying a lot of weapons. Why is that so?") #pause() #mwincls() #playertalk(Raie) #mwin(" I'm a blacksmith. And my two companions are my pupils.") #mwin(" We're delivering these weapons to the stores in the fort.") #pause() #mwincls() #done!=0 #while(done!=0) { #playertalk(Officer) #mwin(" Oh, I'm sorry for troubling you sir.") #pause() #mwin(" Have a pleasant day.") #pause() #mwincls() #done!=1 } #push(s,"Raie") #push(s,"Raie") #playertalk(Officer) #mwin(" The fort's off to the South East. The towns just above it.") #pause() #mwincls() #done!=0 #while(done!=0) { #playertalk(Raie) #mwin(" Thank you.") #pause() #mwincls() #done!=1 } #push(s,Raie)