acs fult, need help
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
edward850 wrote:now how do i get the messeges to show for everybody
No, you don't. If you want it to be printed to everyone, use PrintBold. If you want it to be HudMessaged to everyone, which is much more flexible anyway, use HudMessageBold. And of course you just use the regular print and HudMessage for one person.KingofFlames wrote:use HUDMSG.
Really, if you look up 'Print' in the wiki, it says:
Please consider checking the wiki before asking for help.
There is a search feature as well. If you use * as a wildcard, it isn't that hard to find information.Print will only display for the activator of the script, so if an enemy (or another player) activates a script with a Print statement in it then you won't see it. For printing to all players, see PrintBold.
Please consider checking the wiki before asking for help.