Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.63 KB | None | 0 0
  1.  checkpoint:
  2.     name: 'trigger_checkpoint'
  3.     starts_directly: false
  4.     starts_at: DEATH
  5.     objects:
  6.       DEATH:
  7.         message: 'You died noob'
  8.         type: PLAYER_DIE
  9.         amount: '1'
  10.         goto: OBJECT test
  11.  
  12.       test:
  13.         type: CONDITIONS
  14.         conditions:
  15.             goto: OBJECT DEATH
  16.             goto_if_not_valid: OBJECT 2
  17.             required_not_valid: '0'
  18.             required_valid: '1'
  19.             conditions:
  20.                 1:
  21.                     type: QUEST_WENTTHROUGH_OBJECT
  22.                     branch: 'END'
  23.                     object: 'END_1'
  24.                     quest: 'wizard'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement