Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "title":"Mysterious Chest",
- "desc":"You walked across a mysterious chest. Open it?",
- "option":[
- {
- "name":"open",
- "func":{
- "type":"fight",
- "name":"mad chest"
- }
- },
- {
- "name":"check",
- "func":{
- "type":"fight",
- "name":"mad chest"
- }
- },
- {
- "name":"ignore",
- "func":{
- "type":"win"
- }
- }
- ]
- },
- {
- "title":"Mysterious Man",
- "desc":"Uh... I don't think we should bother him.",
- "option":[
- {
- "name":"fight",
- "func":{
- "type":"fight",
- "name":"xycko"
- }
- },
- {
- "name":"ignore",
- "func":{
- "type":"win"
- }
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment