Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   What ever happened to? (https://forums.graalonline.com/forums/showthread.php?t=157)

grim_squeaker_x 03-12-2001 10:05 PM

PHP = Personal HomePage, but it mainly is yet another way of creating sites on the internet, this Message board is for example PHP just like most of the Graal site.

Fai 03-12-2001 10:05 PM

is it PHAT

Lycia 03-12-2001 10:09 PM

?

Fai 03-12-2001 10:18 PM

Well my sig is still the best.

Fai 03-12-2001 10:20 PM

Hmmmmmmm I have another NPC question:

All my setcoloreffect things on Light2.png come out dim and not very well lit. how can I fix dis?


grim_squeaker_x 03-12-2001 10:22 PM

Try putting in setzoomeffect 2; It'll make the image bigger.
Or if you are working with showimg use changeimgzoom index,zoomfactor;

Fai 03-12-2001 10:22 PM

OMG You are like smart.

Fai 03-12-2001 10:26 PM

OK! Last question (Then I will be expert):

When i have an NPCW that is:

if (weaponfired) {
set blah;
}

And an NPC in the level that is:

hide;
if (blah) {
show;
}

It does not work instantly, it is like you have to leave, then enter again for the NPC to show.

grim_squeaker_x 03-12-2001 10:30 PM

Yup, if (blah) for some reasno also checks for another flag to be true, so if you put a constant timeout loop in the NPC which should show it should work, like this to be exact:

NPC Code:
if (created||timeout) {
if (blah) {
show;
}
else {
hide;
}
timeout = 0.05;
}


Fai 03-12-2001 10:32 PM

Wow.

Fai 03-12-2001 10:35 PM

Ok well um.... I can't think of more questions.

Rohar 03-12-2001 10:36 PM

Here we go...more SPAM.

Fai 03-12-2001 10:37 PM

Those were not smap I was trying to get answers to things that bothered me.

Lycia 03-12-2001 10:38 PM

Hehe.

Zulithe 03-13-2001 01:19 AM

Spam? Where?

Lycia 03-13-2001 01:55 AM

?

I do not see spam.

Zulithe 03-13-2001 04:26 AM

All I see are intelligent meaningful conversations!


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

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