View Single Post
  #6  
Old 03-14-2010, 06:19 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by TSAdmin View Post
Overall, many would really appreciate it if you could recognise where you are in over your head and beyond your skill level before becoming so hostile toward people following the rules. Click here and please read the rules of the Scripting Forum. You will need to scroll down to Skyld's post, which is after Stefan's.
So that's where those were.

Also jkl, read the following: http://wiki.graal.us/onActionServerSide

You should notice that triggerserver does not do anything with the GUI window.

You can hide/show a GUI window with this line of code:

NameOfGUIObject.show();
NameOfGUIObject.hide();

There are many other functions that GUI Objects contain: http://wiki.graal.net/index.php/Crea...ent/GuiControl

This is probably the last bit of help you're going to get if you keep up the ignorant behavior which will result in your banning.

Links that may help:

http://wiki.graal.us/ - Skyld's Documentation
http://wiki.graal.net/index.php/Creation/Dev/GScript - gBible Documentation contains a couple tutorials
http://public.zodiacdev.com/index.php?title=Fowlplay4 - Tutorial I started work on, that still needs work.

I'd also recommend you try learning how to program in general and try to wrap your head around the logic involved.
__________________
Quote:
Reply With Quote