Spawning a Hockey Table

Ability to spawn more Air Hockey tables through the script.

All Air Hockey tables that's already spawned by other scripts/maps will be playable. If you want to spawn extra tables, you can do it in config.lua

Objects = {{
    pos = vector3(-1635.939453, -1052.837891, 12.148856),
    heading = 318.0
}, {
    pos = vector3(-1634.047485, -1054.425537, 12.148856),
    heading = 318.0
}}

Last updated