Paste #33978: Untitled Paste

Date: 2016/06/03 03:04:45 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


MapScript5:
  type: map
  debug: false
  objects:
    1_image:
      type: image
      image: https://i.gyazo.com/ddf3786423133187dcda9598d644e3b8.png
      width: 128
      height: 128
      visible: true
    2_image:
      type: image
      image: http://www.clipartbest.com/cliparts/9iR/aX7/9iRaX7axT.png
      width: 30
      height: 30
      x: <player.location.x.mod[128].add[1].round>
      y: <player.location.z.mod[128].add[1].round>
    3_text:
      type: text
      text: <yaml[quest_construction].list_keys[job.northern_kingdom].separated_by[<&nl>]>
      visible: true
    4_cursor:
      type: cursor
      cursor: <tern[<util.date.time.second.mod[3].is[==].to[0]>]:red_pointer||<tern[<util.date.time.second.mod[3].is[==].to[1]>]:green_pointer||blue_pointer>>
      x: <player.location.x.mod[128].add[1].round>
      y: <player.location.z.mod[128].add[1].round>
      direction: <player.location.yaw>