8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
|
#include "mk_inc_generic"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
MK_GenericDialog_SetAction(100);
|
||
|
// SetLocalInt(OBJECT_SELF, "MK_ACTION", 22);
|
||
|
}
|