12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
void main()
|
|
{
|
|
object oMod = GetModule();
|
|
|
|
SetLocalString(oMod,"Message1","");
|
|
SetLocalString(oMod,"Message2","");
|
|
SetLocalString(oMod,"Message3","");
|
|
SetLocalString(oMod,"Message1_Author","");
|
|
SetLocalString(oMod,"Message2_Author","");
|
|
SetLocalString(oMod,"Message3_Author","");
|
|
}
|