I want to make the label is able to just show 4 letters, i mean if a script like "Label.SetText("Label1", "IAMSCRIPT") i want label1 just show IAMS
PLEASE HELP ♥
PLEASE HELP ♥
Dialog.Message("What?", "What the "..String.Mid("Hello World!", 1, 4))
Dialog.Message("What?", "What the "..String.Mid("Hello World!", 1, 4))
a = Input.GetText("Input4"); x = a * 0.0558530 Label.SetText("Label7", "$".. x)
Comment