Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Disable GUI Stuff (https://forums.graalonline.com/forums/showthread.php?t=134265347)

sssssssssss 12-21-2011 01:27 AM

Disable GUI Stuff
 
I looked through them in the wiki and didn't see anything. Is there a way to make the Textedit shut off? Like, with certain restrictions on a variable you just can't type in it period? Also with Popup, can u do the same to where even if you click on it it wont pop down the selections?

Tolnaftate2004 12-21-2011 01:32 AM

Quote:

Originally Posted by sssssssssss (Post 1678869)
Is there a way to make the Textedit shut off? Like, with certain restrictions on a variable you just can't type in it period? Also with Popup, can u do the same to where even if you click on it it wont pop down the selections?

Like control.active = false (control is your textedit or what-have-you)?

sssssssssss 12-21-2011 01:34 AM

I believe so, thank you.

sssssssssss 12-21-2011 01:49 AM

Im just not thinking these past few days...
 
I'm doing it wrong, I know, and I can't for the life of me remember how. -_-

PHP Code:

for (temp.i=1;temp.i<24;temp.i++) {
      
Profile_TextEdit(@temp.i).active false;
    } 


fowlplay4 12-21-2011 01:56 AM

Close but this should work:

("Profile_TextEdit" @ temp.i).active = false;


All times are GMT +2. The time now is 05:28 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.