Graal Forums  

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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: Bhala
Forum: NPC Scripting 08-30-2002, 08:00 AM
Replies: 16
Views: 2,254
Posted By Bhala
its fully scripted, it just needs info....

its fully scripted, it just needs info....
Forum: NPC Scripting 08-29-2002, 08:39 AM
Replies: 16
Views: 2,254
Posted By Bhala
Well mine is done, & i also own my domain... so...

Well mine is done, & i also own my domain... so im happy where i am =P
Forum: NPC Scripting 08-29-2002, 08:12 AM
Replies: 16
Views: 2,254
Posted By Bhala
uhh the small window only pops up when you press...

uhh the small window only pops up when you press the link, & it gives you a small form to fill out to send me the stuff... it doesnt pop up on load
Forum: NPC Scripting 08-29-2002, 06:18 AM
Replies: 16
Views: 2,254
Posted By Bhala
Ill add a pop-up for it

Ill add a pop-up for it
Forum: NPC Scripting 08-29-2002, 04:50 AM
Replies: 16
Views: 2,254
Posted By Bhala
Ive done it already, i just need to fill it with...

Ive done it already, i just need to fill it with info, look here http://www.rpgo.net

I really need help filling it in, so if you guys can provide any thing it would be great!
Forum: NPC Scripting 08-27-2002, 08:03 AM
Replies: 4
Views: 1,243
Posted By Bhala
There is an easyer way of check if a string is in...

There is an easyer way of check if a string is in a string array. Do this:

if(lindexof(str,strarray)>-1)

thats to check if it is in a string array

if(lindexof(str,strarray)=-1)

checks if...
Forum: Future Improvements 07-11-2002, 11:47 AM
Replies: 9
Views: 637
Posted By Bhala
why not just script it? torc /reset #a; ...

why not just script it?

torc /reset #a;

poof they are reset
Forum: NPC Scripting 07-10-2002, 12:48 PM
Replies: 12
Views: 1,148
Posted By Bhala
i know about in's too but i dont rembemer about...

i know about in's too but i dont rembemer about the <> part but here is what i know...

var in |20,200|

is the same as:

var>20 && var<200

also you can do:
var=1;
Forum: NPC Scripting 07-08-2002, 09:42 PM
Replies: 12
Views: 1,148
Posted By Bhala
? and : are used together as a simple if else...

? and : are used together as a simple if else statment mostly used for seting vars

this.hat = (myvar<1 ? 1 : 2);

that is the same as doing this:

if(myvar<1){
this.hat=1;
}else{
...
Forum: Future Improvements 07-08-2002, 09:28 PM
Replies: 33
Views: 2,063
Posted By Bhala
if (playeronline && playertouchesme) toweapons...

if (playeronline && playertouchesme) toweapons works;
Forum: Level Design 07-08-2002, 10:17 AM
Replies: 24
Views: 1,590
Posted By Bhala
your having problems with tiles because your gfx...

your having problems with tiles because your gfx are wrong.... they must be ONLY 250 Colors... Other wise they will never load.....
Forum: Future Improvements 07-06-2002, 09:58 AM
Replies: 0
Views: 820
Posted By Bhala
Projectile Vars & commands

i would like to see vars like

projectilecount
projectile[].x
projectile[].y
projectile[].z
projectile[].angle
projectile[].zangle
projectile[].power
Forum: NPC Scripting 07-02-2002, 01:45 PM
Replies: 11
Views: 1,258
Posted By Bhala
lol yes it can

lol yes it can
Forum: Bomy Island Main Forum 07-02-2002, 01:08 PM
Replies: 8
Views: 957
Posted By Bhala
body att = torso head att = head att 1 = legs...

body att = torso
head att = head
att 1 = legs
att 2 = shoes
att 3 = pants
att 4 = shirt
att 5 = coat
att 6 = hair
att 7 = belt
att 8 = weapon
Forum: Bomy Island Main Forum 07-02-2002, 08:18 AM
Replies: 8
Views: 957
Posted By Bhala
there are 9 slots for atts

there are 9 slots for atts
Forum: NPC Scripting 07-01-2002, 10:10 PM
Replies: 12
Views: 1,758
Posted By Bhala
Yea well the level generator doesnt work on .nw...

Yea well the level generator doesnt work on .nw levels or with other tile sets =\
Forum: PlayerWorlds Main Forum 07-01-2002, 10:06 PM
Replies: 30
Views: 2,204
Posted By Bhala
cool thx for the offers... im mainly looking for...

cool thx for the offers... im mainly looking for gfx peeps to help me finish the tile sets... but ill see who i need....
Forum: PlayerWorlds Main Forum 06-28-2002, 03:19 AM
Replies: 30
Views: 2,204
Posted By Bhala
any othere takes?

any othere takes?
Forum: PlayerWorlds Main Forum 06-28-2002, 03:17 AM
Replies: 30
Views: 2,204
Posted By Bhala
All graal is dead. It wont be coming back.

All graal is dead. It wont be coming back.
Forum: PlayerWorlds Main Forum 06-28-2002, 02:12 AM
Replies: 30
Views: 2,204
Posted By Bhala
what can you do?

what can you do?
Forum: PlayerWorlds Main Forum 06-28-2002, 02:09 AM
Replies: 30
Views: 2,204
Posted By Bhala
Looking for help with a PW Project...

Ive had this PW project in dev for a while now... i have plenty of ideas. Heres what i have planed...
Over 3,000 over world levels, new scripted movment system, Skills, White/Black Magic, new tile...
Forum: NPC Scripting 06-24-2002, 10:51 PM
Replies: 5
Views: 1,069
Posted By Bhala
Its setminimap img.pmg,levels.txt,y,x;

Its setminimap img.pmg,levels.txt,y,x;
Forum: Future Improvements 06-22-2002, 12:28 AM
Replies: 7
Views: 771
Posted By Bhala
i think there should be a command that checks for...

i think there should be a command that checks for an updated file.... like

updatefile mymap.png;

if the one one the server is newer then it gets downloaded
Forum: Future Improvements 06-22-2002, 12:26 AM
Replies: 10
Views: 582
Posted By Bhala
The easyest way of hiding your head would be for...

The easyest way of hiding your head would be for the server guys to add a clear status gfx, like when you set your head to away
Forum: Tech Support 06-20-2002, 08:14 AM
Replies: 8
Views: 938
Posted By Bhala
yea it isnt working for use ether....

yea it isnt working for use ether....
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +2. The time now is 04:48 PM.


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