File: cave6a.lua

package info (click to toggle)
kq 0.99.cvs20070319-1.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,344 kB
  • ctags: 2,870
  • sloc: ansic: 26,328; sh: 3,737; makefile: 203; perl: 100
file content (34 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-- cave6a - "Cave north of Ajantara"

-- /*
-- {
-- It would be really good if we could get some sort of cave town 2/ people
-- and the 7th PM.
-- }
-- */


function autoexec()
  return
end


function entity_handler(en)
  return
end


function postexec()
  return
end


function zone_handler(zn)
  if (zn == 1) then
    change_map("main", "cave6a")

  elseif (zn == 2) then
    change_map("cave6b", "entrance")

  end
end