8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
void main()
|
|
{
|
|
object player = GetPCSpeaker();
|
|
DestroyObject(GetLocalObject(player, "afk_butterflies"));
|
|
SetLocalInt(player, "isAFK", FALSE);
|
|
SetCommandable(TRUE, player);
|
|
}
|