Graal Forums  

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

Showing results 201 to 225 of 500
Search took 0.01 seconds; generated 34 minute(s) ago.
Search: Posts Made By: Kristi
Forum: NPC Scripting 04-17-2007, 04:03 PM
Replies: 6
Views: 1,209
Posted By Kristi
The script to change the sprite's colors has to...

The script to change the sprite's colors has to be a gani script. There is no other way.
Forum: NPC Scripting 04-17-2007, 04:00 PM
Replies: 24
Views: 2,874
Posted By Kristi
The schedule event in this situation seems very...

The schedule event in this situation seems very unneccessary, since you are warping at the end of sailing already..

You have a conditional outside of an event, which may be the reason its not...
Forum: NPC Scripting 04-14-2007, 08:50 PM
Replies: 99
Views: 15,154
Posted By Kristi
I am reopening this for the sake of clean coding...

I am reopening this for the sake of clean coding discussion. No spam tolerence here!
Forum: NPC Scripting 04-14-2007, 08:39 PM
Replies: 4
Views: 1,283
Posted By Kristi
well, that exact script in gs2 function...

well, that exact script in gs2


function onPlayerTouchsMe() {
hide();
sleep(2);
show();
}
Forum: NPC Scripting 04-13-2007, 03:36 PM
Replies: 99
Views: 15,154
Posted By Kristi
I (decided it will go on no longer)

I (decided it will go on no longer)
Forum: Birthday Forum 04-12-2007, 05:27 PM
Replies: 18
Views: 1,735
Posted By Kristi
Happy Birthday Chap

Happy Birthday Chap
Forum: NPC Scripting 04-10-2007, 09:14 PM
Replies: 32
Views: 8,320
Posted By Kristi
when you use new, it constructs an array capable...

when you use new, it constructs an array capable of holding objects, something that does not happen when you do not use new. Declare this.whatever a TStaticVar, as i said. You are arguing everything...
Forum: NPC Scripting 04-10-2007, 04:33 AM
Replies: 32
Views: 8,320
Posted By Kristi
It works because you are using the new command...

It works because you are using the new command when uncommented. Instead of arguing, see what type that variable is, like I asked before.
Forum: NPC Scripting 04-09-2007, 04:06 PM
Replies: 32
Views: 8,320
Posted By Kristi
No, he is right. You do need to chill. Apparently...

No, he is right. You do need to chill. Apparently you did not read my post either. You said in that one post copying objects did not work like that. It DOES work like that, so you must have never...
Forum: NPC Scripting 04-08-2007, 10:14 AM
Replies: 32
Views: 8,320
Posted By Kristi
Not true, object2.var = object1.var when...

Not true, object2.var = object1.var when object1.var is an array works just fine. It does not get lost. You are making a generalized nonexistant error from your specific problem. Your code faulters...
Forum: NPC Scripting 04-07-2007, 07:43 PM
Replies: 9
Views: 2,053
Posted By Kristi
a projectile is an object spawned with a...

a projectile is an object spawned with a clientside and serverside, it really is no different.
Forum: NPC Scripting 04-07-2007, 04:05 PM
Replies: 9
Views: 2,053
Posted By Kristi
Sorry I just woke up and took it out of context. ...

Sorry I just woke up and took it out of context.
Make your own projectile via class? :D
Forum: NPC Scripting 04-07-2007, 03:40 PM
Replies: 9
Views: 2,053
Posted By Kristi
Why not? the simplest solution in this situation...

Why not? the simplest solution in this situation would to be to set up two onwall checks in the shape of a cross through the ball. Then you would know which axis hit.
Forum: NPC Scripting 04-06-2007, 07:57 PM
Replies: 14
Views: 2,405
Posted By Kristi
Script some tigers.

Script some tigers.
Forum: NPC Scripting 04-05-2007, 04:56 PM
Replies: 5
Views: 1,031
Posted By Kristi
Some servers are still gs1, as well as the level...

Some servers are still gs1, as well as the level editor. People like seeing their work work, for lack of a better term. It would be nice to have some way to test gs2 offline, for those people who...
Forum: Graal Main Forum (English) 04-05-2007, 09:48 AM
Replies: 95
Views: 8,916
Posted By Kristi
I never once stated that I perceived myself as...

I never once stated that I perceived myself as well known, re-read the thread if you wish. However, we can go off the logic that enough people view me in a good light to be hired.

Like i said last...
Forum: Graal Main Forum (English) 04-05-2007, 09:42 AM
Replies: 95
Views: 8,916
Posted By Kristi
Hmm, okay. 9 years on graal, maybe the first 3-4...

Hmm, okay. 9 years on graal, maybe the first 3-4 with a bad history, starting when i was 13 years old. In that time period I graduated middle school, graduated college, got a job. Moved to boston, do...
Forum: Graal Main Forum (English) 04-05-2007, 09:27 AM
Replies: 95
Views: 8,916
Posted By Kristi
I was never associated with antigraal (which at...

I was never associated with antigraal (which at the time would be viper and the sg111 soundoff). I was always absolutely against any harmful attacks on graal, and personally rallied against viper...
Forum: NPC Scripting 04-05-2007, 07:50 AM
Replies: 15
Views: 2,205
Posted By Kristi
im not sure what waterani.mng is like, but i am...

im not sure what waterani.mng is like, but i am going to go out on a limb and say that the x can start 100 pixels over and go 32 more.

Either way, you can do the setimgpart clientside only and not...
Forum: Graal Main Forum (English) 04-05-2007, 02:52 AM
Replies: 95
Views: 8,916
Posted By Kristi
Classic used to max out at 300+ people... ...

Classic used to max out at 300+ people...
Besides, I didn't know all experiencing handling people came from graal :) Bell is plenty capable.
Forum: Code Gallery 04-04-2007, 10:09 PM
Replies: 10
Views: 2,166
Posted By Kristi
I guess nested Ifs come down to mere preference,...

I guess nested Ifs come down to mere preference, I like not tabbing my code that far over.
Forum: Code Gallery 04-04-2007, 09:42 PM
Replies: 10
Views: 2,166
Posted By Kristi
Skyld threw in his critques but ill put mine in...

Skyld threw in his critques but ill put mine in anyway

//Point and Copy: Cloning Device
//By: Gambet
//Notes by Hell Raven

//#CLIENTSIDE
function onKeyPressed(keycode) {
if (keycode ==...
Forum: NPC Scripting 04-04-2007, 07:53 PM
Replies: 14
Views: 1,673
Posted By Kristi
Well, its not joining the serverside, so......

Well, its not joining the serverside, so... anything that can be joined by a therodical hack could have just been hacked there in the first place.
Forum: NPC Scripting 04-04-2007, 07:13 PM
Replies: 14
Views: 1,673
Posted By Kristi
class: coolness //#CLIENTSIDE public...

class: coolness

//#CLIENTSIDE
public function pointlessChat() {
this.chat = "takeover!";
}


someweapon
Forum: Code Gallery 04-04-2007, 05:58 PM
Replies: 11
Views: 2,267
Posted By Kristi
When you bring up an opinion such as "oh your...

When you bring up an opinion such as "oh your system is decent but mine was the hottest thing ever" (that is a paraphrase, not a direct quote) which claims superiority, you can surely expect someone...
Showing results 201 to 225 of 500

 
Forum Jump

All times are GMT +2. The time now is 09:17 PM.


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