You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there was a new PWMA feature which introduced very useful formatted color.
it can be used not only for partial format coloring, but to color entire msg, eg like this: igroglaz@a850eda
but to make it work I have to put space before formatted string (without space it doesn't work) and make string formatted
/rfe
to add separate new function for simple output of colored messages without sound. so instead of msgt(p, MSG_GENERIC, " $v%s^v", "You've become as intangible as a wisp of cloud in the sky.");
we will be able to use msgc(p, "$vYou've become as intangible as a wisp of cloud in the sky.^v");
or in case if we will wont more colors in the message: msgc(p, "$gYou've become as intangible^g $vas a wisp of cloud in the sky.^v");
The text was updated successfully, but these errors were encountered:
there was a new PWMA feature which introduced very useful formatted color.
it can be used not only for partial format coloring, but to color entire msg, eg like this:
igroglaz@a850eda
but to make it work I have to put space before formatted string (without space it doesn't work) and make string formatted
/rfe
to add separate new function for simple output of colored messages without sound. so instead of
msgt(p, MSG_GENERIC, " $v%s^v", "You've become as intangible as a wisp of cloud in the sky.");
we will be able to use
msgc(p, "$vYou've become as intangible as a wisp of cloud in the sky.^v");
or in case if we will wont more colors in the message:
msgc(p, "$gYou've become as intangible^g $vas a wisp of cloud in the sky.^v");
The text was updated successfully, but these errors were encountered: