8 lines
80 B
Plaintext
Raw Normal View History

2024-06-14 10:48:20 -04:00
// Start dialog
void main()
{
ActionStartConversation(GetLastUsedBy());
}