(SOLVED) Playerclass description/confirmation text

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
User avatar
Grey-Wolf
Posts: 179
Joined: Sun Jul 15, 2018 4:59 pm
Graphics Processor: nVidia (Modern GZDoom)

(SOLVED) Playerclass description/confirmation text

Post by Grey-Wolf »

As the title says, is it possible? Something like the "mustconfirm" property for the difficulty levels, but for player classes? I would like to give some insight to the players before they choose randomly...
Last edited by Grey-Wolf on Tue Dec 03, 2019 9:43 pm, edited 1 time in total.
User avatar
Grey-Wolf
Posts: 179
Joined: Sun Jul 15, 2018 4:59 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: Playerclass description/confirmation text

Post by Grey-Wolf »

I hate to be "that guy" but... bump? At least tell me if is it possible or not, so I can move on with my life XD
Jarewill
 
 
Posts: 1853
Joined: Sun Jul 21, 2019 8:54 am

Re: Playerclass description/confirmation text

Post by Jarewill »

I am not sure if something like that exists, but....
Have you ever played Hexen? Because in Hexen there are class portraits, like below:
Spoiler:
That can be done using Player.Portrait.
Not exactly what you are be looking for, but hope it works as an alternative
User avatar
Grey-Wolf
Posts: 179
Joined: Sun Jul 15, 2018 4:59 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: Playerclass description/confirmation text

Post by Grey-Wolf »

Thanks, I'll give it a look!
Guest

Re: Playerclass description/confirmation text

Post by Guest »

There was a mod that has a clasd selection menu with infoboxes much like Hexen's. I'll look into it and try to find it for you.
User avatar
Grey-Wolf
Posts: 179
Joined: Sun Jul 15, 2018 4:59 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: Playerclass description/confirmation text

Post by Grey-Wolf »

Actually, player.portrait did the trick, I just had to add the playerdisplay listmenu command in the MENUDEF lump, which I forgot. So the thread is closed I think. Thanks anyway!
Post Reply

Return to “Scripting”