how can i program in a shotgun in perl?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By memes4lyfe

i am looking to make an fps in the style of quake. how can i program in a simple projectile shotgun?
how can i do this in perl?

While there are tutorials for creating an FPS, it doesn’t look like there are Perl bindings for the Godot engine.

Ertain | 2019-09-03 23:55

Why Perl? And where is this related to Godot?

BraindeadBZH | 2019-09-04 09:35

i was wanting to use godot, but i only know perl and batch. is there like a “source code” of sorts? (i would take perl courses, but i don’t learn programming that way)

memes4lyfe | 2019-09-04 17:05

Godot main code scripting languages are GDScript and C#. You can read about GDScript here: Scripting — Godot Engine (3.1) documentation in English

Zylann | 2019-09-04 18:35