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: furry_mougle
Forum: Code Gallery 09-22-2011, 03:04 AM
Replies: 18
Views: 5,854
Posted By furry_mougle
Typewriter

Feel free to critique, not sure if it's "code" gallery material (probably not, but might be interesting to have up regardless) . I haven't seen a typewriter script up yet though. Pretty much the same...
Forum: Birthday Forum 09-21-2011, 09:53 PM
Replies: 4
Views: 663
Posted By furry_mougle
What is ngr? Slang for african american? ...

What is ngr? Slang for african american?

Anyway, HBD Frankie!
Forum: NPC Scripting 09-21-2011, 01:57 PM
Replies: 12
Views: 1,852
Posted By furry_mougle
I just tested his theory, and sure enough it...

I just tested his theory, and sure enough it outputted around 8k seconds which is the accurate time since my computer booted (not Graal).

NO YOU! :cool:
Forum: Birthday Forum 09-11-2011, 07:05 AM
Replies: 7
Views: 1,076
Posted By furry_mougle
To be honest, I don't know the difference either.

To be honest, I don't know the difference either.
Forum: PlayerWorlds Main Forum 09-11-2011, 04:21 AM
Replies: 18
Views: 3,030
Posted By furry_mougle
The playerbase for Graal isn't even at a point...

The playerbase for Graal isn't even at a point yet where we have enough players to 'idle' in lobbies.
Forum: Graphic Design 09-11-2011, 03:07 AM
Replies: 13
Views: 1,800
Posted By furry_mougle
I agree with Sid.

I agree with Sid.
Forum: NPC Scripting 09-10-2011, 11:06 PM
Replies: 15
Views: 5,837
Posted By furry_mougle
Ah OK. I thought you meant an actual NPC, but you...

Ah OK. I thought you meant an actual NPC, but you just meant a weapon used as a System.

edit: nothing works and I pretty much managed to messed up my weapons to the point that I can't even execute...
Forum: NPC Scripting 09-10-2011, 10:27 PM
Replies: 15
Views: 5,837
Posted By furry_mougle
I don't want to like spam the thread by asking...

I don't want to like spam the thread by asking meaningless questions, but essentially what you mean by System NPC is to create an NPC called -System/Equipment (does the -System even mean anything?...
Forum: NPC Scripting 09-10-2011, 10:18 PM
Replies: 15
Views: 5,837
Posted By furry_mougle
That's the whole reason I made this forum post,...

That's the whole reason I made this forum post, lol. How would I equip and then fire?
Forum: NPC Scripting 09-10-2011, 10:13 PM
Replies: 15
Views: 5,837
Posted By furry_mougle
Don't the parameters reference a function?

Don't the parameters reference a function?
Forum: NPC Scripting 09-10-2011, 10:00 PM
Replies: 15
Views: 5,837
Posted By furry_mougle
The only thing I don't understand is why you...

The only thing I don't understand is why you wrote ! this.isEquipped() instead of !this.Equipped? How can you check empty parameters like that? (cbk) FP4: by 'system' NPC do you mean a class or an...
Forum: NPC Scripting 09-10-2011, 09:39 PM
Replies: 15
Views: 5,837
Posted By furry_mougle
weapon equip/dequip

I've been trying to figure this out for ages, and I simply cannot figure it out.

Essentially I've been having a problem with onWeaponFired and the detection of an equipped weapon.

What I want...
Forum: Code Gallery 09-09-2011, 02:57 AM
Replies: 13
Views: 3,119
Posted By furry_mougle
Cool, thanks! you learn something everyday!

Cool, thanks! you learn something everyday!
Forum: Code Gallery 09-09-2011, 12:45 AM
Replies: 13
Views: 3,119
Posted By furry_mougle
generalization, but it's just a little pet peeve...

generalization, but it's just a little pet peeve of mine

"1. A point at which lines or pathways intersect or branch; a central or connecting point.
2. A piece of equipment, such as a PC or...
Forum: Code Gallery 09-09-2011, 12:37 AM
Replies: 13
Views: 3,119
Posted By furry_mougle
why do people always use the term node in the...

why do people always use the term node in the wrong context

EDIT: nvm, I guess it was used somewhat correctly
Forum: Birthday Forum 09-08-2011, 11:16 PM
Replies: 15
Views: 1,728
Posted By furry_mougle
happy birthday axinus_masinus!!

happy birthday axinus_masinus!!
Forum: Code Gallery 09-08-2011, 10:31 PM
Replies: 13
Views: 11,023
Posted By furry_mougle
why did he settimer(0)? isn't the minimum 0.05?...

why did he settimer(0)? isn't the minimum 0.05? why even time at all?
Forum: Playerworld Staff Openings 09-08-2011, 03:44 AM
Replies: 31
Views: 4,062
Posted By furry_mougle
Another Era? wat

Another Era? wat
Forum: NPC Scripting 09-08-2011, 02:53 AM
Replies: 2
Views: 1,036
Posted By furry_mougle
thanks markus! didn't even think of that dog!

thanks markus! didn't even think of that dog!
Forum: NPC Scripting 09-08-2011, 02:41 AM
Replies: 2
Views: 1,036
Posted By furry_mougle
Serverside substring

how would I pass temp.tag serverside? it only registers clientside

edit: mark got it


function onActionServerSide(cmd) {
if (cmd == "tag") {
player.guild = temp.tag;
}
if (cmd ==...
Forum: Birthday Forum 09-08-2011, 02:12 AM
Replies: 7
Views: 1,076
Posted By furry_mougle
It's a girl, not a man.

It's a girl, not a man.
Forum: Birthday Forum 09-08-2011, 01:03 AM
Replies: 24
Views: 2,422
Posted By furry_mougle
Happy birthday Markus!

Happy birthday Markus!
Forum: NPC Scripting 09-07-2011, 06:20 AM
Replies: 5
Views: 2,077
Posted By furry_mougle
interesting, cool!

interesting, cool!
Forum: NPC Scripting 09-07-2011, 06:02 AM
Replies: 5
Views: 2,077
Posted By furry_mougle
player.chat.starts with switch()

I know you can do something like,


function onPlayerChats(){
if(player.chat.starts("test"){
// bla bla bla
}
}
Forum: NPC Scripting 09-05-2011, 05:49 PM
Replies: 11
Views: 1,816
Posted By furry_mougle
How would the class know you're touching the NPC...

How would the class know you're touching the NPC in the first place?
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT +2. The time now is 07:53 PM.


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