Graal Forums  

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

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: PiX
Forum: Announcements 09-23-2014, 03:15 AM
Replies: 131
Sticky: New Scripted RC
Views: 127,262
Posted By PiX
In your F3 options, try setting external window...

In your F3 options, try setting external window style to vplusblue or something nicer than 'Default'.
Forum: NPC Scripting 08-21-2014, 10:10 PM
Replies: 19
Views: 3,287
Posted By PiX
A trigger("update"); can sometimes help with...

A trigger("update"); can sometimes help with saving dbnpc data, but is normally not needed. It is also sometimes used on the serverside of npc scripts if something is changed on the serverside of it,...
Forum: NPC Scripting 08-21-2014, 08:17 PM
Replies: 19
Views: 3,287
Posted By PiX
TStaticVar is normally not used for database flag...

TStaticVar is normally not used for database flag storage. It is the same as a TGraalVar (every base data type) except as a global reference. This means that the data would not be stored on the...
Forum: Graal Main Forum (English) 08-16-2014, 04:58 PM
Replies: 1,110
Views: 526,103
Posted By PiX
The iOS and android client will be more for...

The iOS and android client will be more for testing things on mobile. I do not know why you would want do development work from a mobile device.
Forum: NPC Scripting 08-15-2014, 01:16 PM
Replies: 19
Views: 3,287
Posted By PiX
The function getstringkeys will not find a var...

The function getstringkeys will not find a var path if it does not exist. If you are setting your vars to 0, "", {}, or null, the var name and path will not be created because it is equal to null....
Forum: NPC Scripting 08-15-2014, 03:45 AM
Replies: 15
Views: 2,831
Posted By PiX
For future references, this is how a particle...

For future references, this is how a particle emitter which follows the owner can be created in a gani file. Test by setting some attr of a player or npc to the gani file name including the file...
Forum: NPC Scripting 08-15-2014, 03:10 AM
Replies: 19
Views: 3,287
Posted By PiX
this.option.(@ player.account) will access a...

this.option.(@ player.account) will access a variable within the "option" var, but this.("option." @ player.account) treats "option.<account>" as a variable name itself. That is how you can have two...
Forum: New Scripting Engine (GS2) 07-22-2014, 02:59 PM
Replies: 3
Views: 2,265
Posted By PiX
Most math functions are available in normal...

Most math functions are available in normal methods, such as cos, arccos, sin, arcsin, tan, arctan, getangle, and abs ( there are more ). Graal does have basic math as any language should, but it is...
Forum: New Scripting Engine (GS2) 07-22-2014, 02:24 PM
Replies: 3
Views: 2,265
Posted By PiX
There are sometimes variables and functions in...

There are sometimes variables and functions in script help which do not exist. To perform the square root operation, take a value to the power of 0.5. For example, if you wanted to have an identical...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +2. The time now is 03:14 AM.


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