Skip to content

Instantly share code, notes, and snippets.

@Jimshii
Created May 25, 2012 02:00
Show Gist options
  • Save Jimshii/2785363 to your computer and use it in GitHub Desktop.
Save Jimshii/2785363 to your computer and use it in GitHub Desktop.
shopkeeper NPC outline 4 dat kyle feller
package skeleton;
public class ShopNPC {
String response1 = "gtfo my face nigga";
// Do like a dozen of these response.
//String responsetitle = "what he actually says";
//Name the response whatever you want so that they fit the actual response.
//Make sure to include things like "Would you like to view my items?" or "You don't have enough money for that!"
//Easter eggs gogogogogo
//We can't do much more with NPCs until we figure out how we're going to do gameplay.
//If you can think of anything else you want to add other than responses go ahead.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment