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