IF~Global("ISNFBirdEncounter","GLOBAL",2)~THEN BEGIN Reward000
SAY @0 /* Welcome. */
IF~~THEN REPLY @1 /* Uhm, who are you? */ GOTO Reward003
IF~~THEN REPLY @2 /* Hello. Sorry, I didn't know you're here. */ GOTO Reward001
IF~~THEN REPLY @3 /* Greetings. */ GOTO Reward002
END
IF~~THEN BEGIN Reward001
SAY @4 /* It's fine. I'm used to that kind of attitude. But--I suppose you are a bit surprised that someone just appeared out of the blue. */
IF~~THEN GOTO Reward001
END
IF~~THEN BEGIN Reward002
SAY @5 /* Hmm, interesting. I thought you would be more surprised when someone just appears out of the blue. Anyway, I suppose I should tell you who I am. */
IF~~THEN GOTO Reward001
END
IF~~THEN BEGIN Reward003
SAY @6 /* You may not recognise me, although we've met before. But I looked different. You saved me, as I was kept in a... prison. Even though, you let me go. If it weren't for of you, I would be still there. Even now. */
IF~~THEN REPLY @7 /* Funny. I think I would remember something like that. */ GOTO Reward004
IF~~THEN REPLY @8 /* I always remember people I save. And I think I know what you're talking about-- */ GOTO Reward005
IF~~THEN REPLY @9 /* You know, I meet A LOT of people, so mind me but I haven't got a clue who you are. */ GOTO Reward006
END
snip