./object_indicator.lua

  1. --[[ 
  2.  
  3. This Script has been fully implemented into C only the init call is still used upon loading into the world. 
  4. I have removed all other functions from this script in an effort to save memory. 
  5.  
  6. -Rossi, 5-1-13 SR4 
  7.  
  8. ]]-- 
  9.  
  10. function object_indicator_init() 
  11. 	-- C implementation 
  12. 	object_indicator_init_lua( ) 
  13. end 
  14.