Can I have the mod send a private message to player?
Posted: Fri Jul 22, 2016 7:49 pm
I'm making a mod that "gifts" the player with additional starting items. That part I think I've got a handle on.
I presume this effect happens any time a given character is first created in the game, e.g. Peter34 or Robert_the_XI or whatever. I'd like the mod to also send a series of short messages to the player when his character is first created, briefly explaining the items. If I just print to console using function print_all(text) then it'll be alot of spam seen by everyone.
What command do I use to do have the mod "talk" privately to each player? And is there some way I can delay the effect? Either just each of the 5 messages, or else have a combined delay so that the first item is gifted after 20 seconds accompanied by the text, then 20 seconds after that the 2nd item is gifted, and so forth.
I presume this effect happens any time a given character is first created in the game, e.g. Peter34 or Robert_the_XI or whatever. I'd like the mod to also send a series of short messages to the player when his character is first created, briefly explaining the items. If I just print to console using function print_all(text) then it'll be alot of spam seen by everyone.
What command do I use to do have the mod "talk" privately to each player? And is there some way I can delay the effect? Either just each of the 5 messages, or else have a combined delay so that the first item is gifted after 20 seconds accompanied by the text, then 20 seconds after that the 2nd item is gifted, and so forth.