A walking script for monsters

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Post Reply
IgnyteZero
Posts: 22
Joined: Thu Jan 16, 2025 12:17 pm
Operating System Version (Optional): Windows 10

A walking script for monsters

Post by IgnyteZero »

So, I cannot script to save my life. But I really would like a simple script where a monster when it activates walks from point A to point B. Does nothing else, just walks between these points.

Any idea how I would write that?
Heisanevilgenius
Posts: 99
Joined: Wed Dec 15, 2021 8:38 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: A walking script for monsters

Post by Heisanevilgenius »

https://zdoom.org/wiki/Thing_SetGoal <- This is pretty much what you need.
IgnyteZero
Posts: 22
Joined: Thu Jan 16, 2025 12:17 pm
Operating System Version (Optional): Windows 10

Re: A walking script for monsters

Post by IgnyteZero »

Heisanevilgenius wrote: Tue Feb 18, 2025 12:27 pm https://zdoom.org/wiki/Thing_SetGoal <- This is pretty much what you need.
Ah, yes. That seems just like it. Thanks. :)
Post Reply

Return to “Scripting”