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?
A walking script for monsters
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!)
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!)
-
- Posts: 22
- Joined: Thu Jan 16, 2025 12:17 pm
- Operating System Version (Optional): Windows 10
-
- Posts: 99
- Joined: Wed Dec 15, 2021 8:38 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: A walking script for monsters
https://zdoom.org/wiki/Thing_SetGoal <- This is pretty much what you need.
-
- Posts: 22
- Joined: Thu Jan 16, 2025 12:17 pm
- Operating System Version (Optional): Windows 10
Re: A walking script for monsters
Ah, yes. That seems just like it. Thanks.Heisanevilgenius wrote: ↑Tue Feb 18, 2025 12:27 pm https://zdoom.org/wiki/Thing_SetGoal <- This is pretty much what you need.
