Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Case 1 Rubber Tube:
- NpcTalk("Have you found anything yet?");
- PlayerTalk("I have found some of the things you need:");
- PlayerTalk("I have a rubber tube");
- NpcTalk("Well that's a start");
- NpcTalk("You still need to find");
- NpcTalk("A can of oil");
- NpcTalk("A pressure gauge");
- PlayerTalk("Ok I'll try and find them");
- }
- }
- Case 2 Pressure Gauge:
- NpcTalk("Have you found anything yet?");
- PlayerTalk("I have found some of the things you need:");
- PlayerTalk("I have a pressure gauge");
- NpcTalk("Well that's a start");
- NpcTalk("You still need to find");
- NpcTalk("A can of oil");
- NpcTalk("A rubber tube");
- PlayerTalk("Ok I'll try and find them");
- }
- }
- Case 3 Oil Can:
- NpcTalk("Have you found anything yet?");
- PlayerTalk("I have found some of the things you need:");
- PlayerTalk("I have a can of oil");
- NpcTalk("Well that's a start");
- NpcTalk("You still need to find");
- NpcTalk("A pressure gauge");
- NpcTalk("A rubber tube");
- PlayerTalk("Ok I'll try and find them");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment