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