Try / OpenGothic

Reimplementation of Gothic 2 Notr
MIT License
1.17k stars 85 forks source link

Add `goto vob` and `goto camera` marvin commands #634

Closed thokkat closed 6 months ago

thokkat commented 6 months ago

goto vob teleports the player to a vob that matches the given name. A index number can be added to teleport to the n_th vob in case there exist multiple, often the case for items. Only npcs and items are tested for now but in vanilla it works for all kind of vobs.

goto camera teleports the player to the camera position. I found this came in handy when I wanted to observe a npc without percs being triggered but then move quickly to the scene to look what would happen.

Try commented 6 months ago

Hi, @thokkat , and thanks for PR!

Code looks good. Approving for now, will merge after finishing my work with sky

thokkat commented 6 months ago

will merge after finishing my work with sky

Sure no hurry. Just some pr/issue spam incoming from my side. Want to wrap up stuff lying around :)

Try commented 6 months ago

Merged, thanks!