Here's my problem:
I'm using globals in a script and these globals are modified, based on whether the PC is male or female.
I want to display a message where the global amount is displayed.
For example, when my global value is 20, I want the message to be: "This pistol requires an Energy Weapons skill of 20." and if the global value changes, I want the new value to to be inserted into the message.
I looked at the GECK wiki on messages and the use of %, but I cannot find anything on how to insert a global variable.
Is this possible?