Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Struggler
Forum: New Scripting Engine (GS2) 10-15-2014, 11:19 PM
Replies: 3
Views: 2,059
Posted By Struggler
On the same topic, is there a way to perform a...

On the same topic, is there a way to perform a function when a variable changes in value?
Forum: New Scripting Engine (GS2) 10-15-2014, 11:13 PM
Replies: 3
Views: 2,059
Posted By Struggler
Honestly there's no space in the script idk why...

Honestly there's no space in the script idk why it put all those spaces in the forum post
Forum: New Scripting Engine (GS2) 10-15-2014, 10:36 PM
Replies: 3
Views: 2,059
Posted By Struggler
Passing this. variables from clientside to serverside via triggerserver

Hello again, sorry to be back so soon but I ran into another problem whilst coding things. I'm trying to make an NPC targetting system (weapon set up to interface with clientr values, which are...
Forum: NPC Scripting 10-14-2014, 08:22 PM
Replies: 9
Views: 1,663
Posted By Struggler
Okay with the collection of yougize's help I have...

Okay with the collection of yougize's help I have in fact solved the problem. The problem wasnt that the value wasnt being assigned, it's that I was assigned the variable a null value so it just...
Forum: NPC Scripting 10-14-2014, 08:14 PM
Replies: 9
Views: 1,663
Posted By Struggler
But I'm trying to get this script to display the...

But I'm trying to get this script to display the clientr value in a say2, but when it's set to 0, it's blank.
Forum: NPC Scripting 10-14-2014, 08:08 PM
Replies: 9
Views: 1,663
Posted By Struggler
Ah, now it shows up when I changed it to 1. So...

Ah, now it shows up when I changed it to 1. So how would I set a clientr variable to the number 0 then? Or should I just get it to detect that there's none and have a default conditional to go to if...
Forum: NPC Scripting 10-14-2014, 07:59 PM
Replies: 9
Views: 1,663
Posted By Struggler
Ah so question: If I add a clientr variable they...

Ah so question: If I add a clientr variable they wont always appear in a player's script flags under attributes?

Because I tried echo, it echo'd the value correctly but its not displayed under...
Forum: NPC Scripting 10-14-2014, 07:49 PM
Replies: 9
Views: 1,663
Posted By Struggler
An example of the current script I'm referring to...

An example of the current script I'm referring to (weapon script)
Forum: NPC Scripting 10-14-2014, 07:38 PM
Replies: 9
Views: 1,663
Posted By Struggler
Adding clientr variables via weapons

Hello, I was just wondering if maybe someone could help me, I seem to be having a lot of trouble adding a clientr variable to a player via the weapon he holds. Is there any way to accomplish this? So...
Forum: NPC Scripting 06-01-2009, 02:13 AM
Replies: 2
Views: 1,324
Posted By Struggler
GUI Progress Bar Image

What is the image for the GUI PRogress Bar? I cant find it out...
Forum: NPC Scripting 05-29-2009, 09:43 AM
Replies: 1
Views: 1,542
Posted By Struggler
Light Changing Script for Lightshow

I made this for my lvl but dont know whats wrong, I tried using all players and just making it clientside, but it only affects the player who said it... Can someone help me out here? Make it so that...
Forum: NPC Scripting 05-28-2009, 10:15 PM
Replies: 12
Views: 2,381
Posted By Struggler
okay, now i gots this, still doesnt work: ...

okay, now i gots this, still doesnt work:
function onCreated(){
setimg( "beer.png");
setshape(1, 32, 32);
}
function onActionTrigger() {
destroy();
}
//#CLIENTSIDE
function...
Forum: NPC Scripting 05-28-2009, 09:29 PM
Replies: 12
Views: 2,381
Posted By Struggler
Problem With Destroy()

I'm havin troubles getting this script to delete itself after the player touchs it.. Can someone tell me whats worng with it?
function onCreated(){
setshape( 1, 32, 32);
setimg( "beer.png");...
Forum: New Scripting Engine (GS2) 05-28-2009, 05:11 AM
Replies: 1
Views: 1,095
Posted By Struggler
Custom Text

I saw a text array in my friends place, it looked like message except it was smaller and more precise. What is another way of using text? I know there is a way that I could get text that can be set...
Forum: New Scripting Engine (GS2) 05-26-2009, 11:33 PM
Replies: 2
Views: 1,100
Posted By Struggler
Replaceani with Parameters

I used a triggerserver script:
(shortened version)
function onActionServerside(){
if(params[0] == "replaceidle"){
replaceani("idle",params[1]);
}
}
//#CLIENTSIDE
function...
Forum: New Scripting Engine (GS2) 05-23-2009, 05:18 AM
Replies: 3
Views: 989
Posted By Struggler
Public Chat Help

okay, I have a weapon that is to be voice commanded, but not by the player who wields the weapon, by me. How would I do this? Allow me to say something and function within someone elses weapon is to...
Forum: New Scripting Engine (GS2) 05-23-2009, 02:44 AM
Replies: 3
Views: 1,146
Posted By Struggler
GUI TextLists?

How do I perform an action once one of the rows is selected? I know it has something to do with onSelect(), but dont know exactly what! Heres an example, say I had this:
new...
Forum: New Scripting Engine (GS2) 05-22-2009, 09:23 PM
Replies: 3
Views: 1,086
Posted By Struggler
Automatic Promotions?

When I use my clan GUI, when I promote someone, it automatically promotes them over and over to the max rank! x.x Can someone tell me how to fix this?
BTW: its the if(params[0] == "demote") and the...
Forum: New Scripting Engine (GS2) 05-22-2009, 08:55 AM
Replies: 4
Views: 1,150
Posted By Struggler
Exclamation GUI Editable Text

With the editable text in GUIs, how do I access what is typed in the blank to use in a clan name? Like for instance, you type in a blank the name of the account you are going to add, and press the...
Forum: New Scripting Engine (GS2) 05-21-2009, 10:55 PM
Replies: 4
Views: 1,418
Posted By Struggler
Post Clan System Broke?

Yes, my previous topic was over my clan topic's values, they work now, but now I dont understand how to fix my promotion system... Can someone help me?

function onActionServerside(){
...
Forum: New Scripting Engine (GS2) 05-21-2009, 10:13 PM
Replies: 2
Views: 994
Posted By Struggler
srry, didnt no to php it. Thx fowl.

srry, didnt no to php it. Thx fowl.
Forum: New Scripting Engine (GS2) 05-21-2009, 10:07 PM
Replies: 2
Views: 994
Posted By Struggler
Post Help with my script?

Hey, yeah, I'm trying to make a clan system, but cant get the adding down. You see, what it is susposed to do is add the tag weapon, add the clan string, and tell them they've been added. It does all...
Forum: Graal Main Forum (English) 04-24-2009, 12:40 AM
Replies: 7
Views: 1,130
Posted By Struggler
Exclamation Zodiac doesn't support trials!

This is not a rumor, I had a trial, and played for my time. It ended, I was sent to Observer Mode with the "You can play in a few moments." thing, but guess what? It doesn't even load! It gets in,...
Forum: Tech Support 04-16-2009, 08:36 PM
Replies: 15
Views: 2,006
Posted By Struggler
Question Where do I find Graal on Vista?

I'm using Windows Vista, and I cant find the Graal folder anywhere on my computer. I installed just like I should, and it didn't ask where to save it! It just skipped the installation and went...
Forum: Guild Life 07-30-2007, 06:28 PM
Replies: 167
Views: 16,732
Posted By Struggler
noone would cancel pluffeh... wuld they? ='[

noone would cancel pluffeh... wuld they? ='[
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT +2. The time now is 10:52 PM.


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