About A_ChangeFlag in the player's states
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
About A_ChangeFlag in the player's states
A_ChangeFlag("NOCLIP", 1) - does not work in the player states in decorate (gzdoom-4-6-1-Windows-64bit).
- SanyaWaffles
- Posts: 841
- Joined: Thu Apr 25, 2013 12:21 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
- Graphics Processor: nVidia with Vulkan support
- Location: The Corn Fields
- Contact:
Re: About A_ChangeFlag in the player's states
Post a runnable example. Please.
Re: About A_ChangeFlag in the player's states
A_ChangeFlag("Noclip", 1) - Install this function in any player's state and you will see that it does not work. There is no need for a special example here.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49225
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: About A_ChangeFlag in the player's states
This does not work because the player's NOCLIP flag is externally controlled and constantly changed.
Re: About A_ChangeFlag in the player's states
But if you put a flag in the properties (+NOCLIP), everything works. What does it mean?