Jump to content
  • 0

How to ask a user to type a number or text and enter the input into the process within the script


g1doz

Question

1 answer to this question

Recommended Posts

Info = gg.prompt({"How old are you?", "What are you doing?"}, {[1]="99", [2]="Nothing" }}, {"number", "string" )

gg.searchNumber(Info[1],4)

4=dword

first {} in gg.prompt() is the text shown to user.
second {} is text shown on input. 
third {} is the type of text.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.