Graal Forums

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

brokk 07-16-2013 09:19 PM

Clicking through GUI
 
I searched the forums, but I couldn't find the thread.

I have a GUI and I forget how to make it so you can click through it.
The image is a sun effect I'm testing but you can't click on my quick slot buttons.

PHP Code:

  new GuiBitmapCtrl("Sun") {
  
0;
  
0;
  
width screenwidth;
  
height screenheight;
  
bitmap "sun_test.png";
  
layer 0;
  } 


fowlplay4 07-16-2013 09:29 PM

useownprofile = true;
profile.modal = false;


All times are GMT +2. The time now is 02:50 PM.

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