home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 July/August / PC Active NR.227.iso / Software / Games / windows / Freeciv-2.1.9-win32-gtk2-setup.exe / data / default / script.lua < prev    next >
Encoding:
Text File  |  2009-03-30  |  139 b   |  9 lines

  1. -- Callbacks
  2. function hut_enter_callback(unit)
  3.   -- to be implemented
  4. end
  5.  
  6. -- Main code
  7. signal.connect("hut_enter", "hut_enter_callback")
  8.  
  9.