Skip to content

Comment on The SCUMM Diary: Stories behind one of the greatest game engines ever made

Comments

An example of SCUMM script from http://www.pagetable.com/?p=614

  actor sandy face-right
  actor sandy do-animation reach
  walk-actor razor to-object microwave-oven
  start-script watch-edna
  stop-script
  stop-script watch-edna
  say-line dave "Don't be a tuna head."
  say-line selected-kid "I don't want to use that right now."

  if (melt-down) {
    say-line selected-kid "I don't think this game is very fun."
  }
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.