10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
//Put this on action taken in the conversation editor
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
FloatingTextStringOnCreature("WARNING, if you are found exploiting to get extra XP from the xp bank, ALL YOUR CHARACTERS WILL BE DELETED!!!", oPC);
|
|
|
|
}
|