SBARINFO
Moderator: GZDoom Developers
Re: SBARINFO
Because in most cases, player 1 having a TID of 0 isn't very useful (0 means activator in a lot of functions).
-
-
- Posts: 3203
- Joined: Wed Nov 24, 2004 12:59 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Contact:
Re: SBARINFO
Is there something wrong with using [wiki]PlayerNumber[/wiki]() instead of [wiki]ActivatorTID[/wiki]()? I still don't see the use.
Re: SBARINFO
You know what, forget what I said. I guess I really pulled my hair last night trying to figure out how to make my monsters award the players points in their death states without using inventory items (I had a global array score[] which was supposed to keep track of player scores).
I resorted to A_GiveTarget in the monsters' death states...
I resorted to A_GiveTarget in the monsters' death states...