Untitled

From Sweltering Tapir, 2 Years ago, written in Lua, viewed 228 times. This paste will run down the curtain in 1 Second.
URL https://paste.godclan.hu/view/93d7d94b Embed
Download Paste or View Raw
  1. local jet_doors_loop_up =
  2.     {
  3.         {3095, 4176.563,  -1856.9211, 241.0925,  84,  0,       329.958},
  4.         {3095, 4176.792,  -1856.5248, 243.98309, 78,  0,       329.958},
  5.         {3095, 4177.1714, -1855.8691, 246.81,    72,  0,       329.958},
  6.         {3095, 4177.6963, -1854.9612, 249.54224, 66,  0,       329.958},
  7.     }
  8.  
  9. function onSecondJump()
  10.         for _, parameters in ipairs(jet_doors_loop_up) do
  11.                 created_loop = createObject(unpack(parameters))
  12.         end
  13. end
  14.  
  15.  
  16. function destroy_loop_up()
  17.         destroyElement(created_loop)           
  18. end

Reply to "Untitled"

Here you can reply to the paste above