Skip to main content

Exports

TryThermal

  • Used to trigger the gates thermal action
  • Set on your 'thermal_item'
exports.plouffe_cayorobbery:TryThermal()

RobJewel

  • Used to trigger the rob jewel action
  • Set on your 'glass_cutter_item'
exports.plouffe_cayorobbery:RobJewel()

TryElevatorHack

  • Used to trigger the elevator hack action
  • Set on your 'elevator_hack_item'
exports.plouffe_cayorobbery:TryElevatorHack()

TryHack

  • Used to trigger the initial hacking action, basicly starts the robbery
  • Set on your 'hack_item'
exports.plouffe_cayorobbery:TryHack()

RobArt

  • Used to trigger the art rob function
  • Set on your eye target usually
exports.plouffe_cayorobbery:RobArt()

DestroyArt

  • Used to trigger the art destruction function
  • Set on your eye target usually
exports.plouffe_cayorobbery:DestroyArt()

RobJewel

  • Used to trigger the initial jewel hacking action
  • Set on your 'glass_cutter_item'
exports.plouffe_cayorobbery:RobJewel()

DestroyJewel

  • Used to trigger the initial jewel destruction action
  • Set on your eye target usually
exports.plouffe_cayorobbery:DestroyJewel()