gun_gas_station.gd 266 B

12345678
  1. extends StaticBody3D
  2. func _ready():
  3. $"../../../../Player/Neck/Camera3D/inventory".add_item(get_node("Item"))
  4. GameManager.remove_objectives()
  5. GameManager.objectives_visible(true)
  6. GameManager.add_objective("buy chips from the gas station")
  7. $"../..".queue_free()