Habe mal was schnell gemacht für jemanden und wollte fragen ob das stimmt :
local torgateartex = createObject(10828, 930.94373, -1221.76111, 24.14200, 0, 0, 266 )
function open()
moveObject(torgateartex, 2000, 930.94373, -1221.76111, 10.64200 )
end
addCommandHandler("artextor", open)
function close()
moveObject(torgateartex, 2000, 930.94373, -1221.76111, 24.14200 )
end
addCommandHandler("artextor", close)
local dachgateartex = createObject(6959, 869.90240, -1218.82776, 41.75750, 0, 0, 266 )
function open()
moveObject(dachgateartex, 2000, 870.54242, -1211.16858, 15.91890 )
end
addCommandHandler("artexdach", open)
function close()
moveObject(dachgateartex, 2000, 869.90240, -1218.82776, 41.75750 )
end
addCommandHandler("artexdach", close)
Muss ich das ganze nun mit der Endung .lua Abspeichern? Wenn Nein, wohin dann ?