Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Read (https://forums.graalonline.com/forums/showthread.php?t=65272)

Nomad_P2P 04-09-2006 08:16 AM

Read
 
Hey ive been trying to make a mass message system inside a GUICtrl but my GS2 is kinda "noobish" so if possible please help me out


NPC Code:
//#CLIENTSIDE
function OnCreated() {
new GuiWindowCtrl("Mass_Window0") {
awake = true;
canclose = false;
canmaximize = false;
canminimize = true;
canmove = false;
canresize = false;
height = 148;
parent = "Editor_Window0";
profile = "";
resizeheight = false;
resizewidth = false;
scriptlogmissingfunctions = false;
showhint = false;
text = "Messages Box ~ Being Worked On.";
visible = true;
tile = false;
width = screenwidth-387;
x = 12;
y = screenheight-185;

new GuiScrollCtrl("Mass_Scroll0") {
awake = true;
height = 117;
hscrollbar = "dynamic";
parent = "Editor_Window0";
profile = "";
resizeheight = false;
resizewidth = false;
scriptlogmissingfunctions = false;
showhint = false;
tile = false;
visible = true;
vscrollbar = "dynamic";
width = screenwidth-400;
x = 7;
y = 25;
}}}




thats just the window and scroll thing, i have no idea how to do the rest, so please help me out with like a basic script, with default commands or sumthin if possible, if not, thanks for reading my post


All times are GMT +2. The time now is 06:11 PM.

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