Jump to content

Harvid

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Harvid's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Harvid

    gg.prompt help!

    Actually, I can't think of any logic when user tap out prompt and user tap cancel button on prompt. local value will always be nil ;-; for example: test = gg.prompt ({ [1] = "..." }) if test == nil then -- user tap out prompt print("menu hide") -- code menu hide elseif -- how to know when user tap cancel button on prompt? main() -- back to main() end
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.