Graal Forums  

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

Showing results 1 to 25 of 327
Search took 0.01 seconds.
Search: Posts Made By: Astram
Forum: Your opinion 08-23-2016, 12:42 AM
Replies: 67
Views: 54,320
Posted By Astram
Logged on tonight only to see this: ...

Logged on tonight only to see this:

http://i.imgur.com/yHB69bt.png

RIP Graal PC :cry:
Forum: NPC Scripting 10-29-2013, 08:06 PM
Replies: 18
Views: 3,724
Posted By Astram
Thank you Jakov. I'm not too familiar with the...

Thank you Jakov. I'm not too familiar with the uses of ganiscripts but this will for sure help! :)
Forum: NPC Scripting 10-29-2013, 02:49 AM
Replies: 18
Views: 3,724
Posted By Astram
I don't think scheduleevent can have less than 3...

I don't think scheduleevent can have less than 3 params.
Forum: NPC Scripting 10-29-2013, 12:44 AM
Replies: 18
Views: 3,724
Posted By Astram
Thank you. But I don't think the shape is the...

Thank you. But I don't think the shape is the problem.
Forum: NPC Scripting 10-27-2013, 11:58 PM
Replies: 18
Views: 3,724
Posted By Astram
Sorry I forgot to mention that this was a class...

Sorry I forgot to mention that this was a class and I used putnpc2 then I did:
temp.npc.trigger("Initialize", params...);
Forum: NPC Scripting 10-27-2013, 11:00 PM
Replies: 18
Views: 3,724
Posted By Astram
function onCreated() { this.owner = null; ...

function onCreated() {
this.owner = null;
this.ani = "grab";
setshape( 1, 16 * 5, 16 * 5);
}

function onInitialize(playername) {
this.owner = playername;
triggeraction(this.x + .5,...
Forum: NPC Scripting 10-27-2013, 10:11 PM
Replies: 18
Views: 3,724
Posted By Astram
Oh thank you, I'll try it! EDIT: Nope, this...

Oh thank you, I'll try it!

EDIT: Nope, this isn't working either. Really weird.
Forum: NPC Scripting 10-27-2013, 07:51 PM
Replies: 18
Views: 3,724
Posted By Astram
I'm pretty sure 0 works as a setshape because...

I'm pretty sure 0 works as a setshape because that just allows no movement through the NPC. I did setshape serverside and I have debugged the triggeraction and it isn't receiving it.

Just tested...
Forum: NPC Scripting 10-27-2013, 07:28 PM
Replies: 18
Views: 3,724
Posted By Astram
Thank you however this doesn't appear to be...

Thank you however this doesn't appear to be working:

triggeraction(this.x + .5, this.y + .5, "Test", this.owner);

when I try and catch in it clientside doing

function...
Forum: NPC Scripting 10-27-2013, 07:11 PM
Replies: 18
Views: 3,724
Posted By Astram
Level NPC Server -> Client Communication?

As the title suggests, I'm looking to have the serverside interact with the clientside in a level npc. I'm aware of the backwards direction which I would use triggeraction for, however, I'm not sure...
Forum: NPC Scripting 10-25-2013, 02:23 AM
Replies: 4
Views: 1,293
Posted By Astram
Just started working somewhat randomly. Very odd....

Just started working somewhat randomly. Very odd. Must've been something weird with my spacing because I re-wrote some of the code.
Forum: NPC Scripting 10-25-2013, 01:51 AM
Replies: 4
Views: 1,293
Posted By Astram
Yes, it is previously defining the mousestart...

Yes, it is previously defining the mousestart correctly, I have the set up right as it works when I draw a polygon through the locations. Also, I know that arrays are not equal to strings, however...
Forum: NPC Scripting 10-24-2013, 11:05 PM
Replies: 4
Views: 1,293
Posted By Astram
Post Array doesn't seem to be returning the players in a selection

Greetings!
I haven't played Graal or coded for Graal in a long time now. However, I am getting back into it. Since this is my first post in a very long time I would like to state that I've became...
Forum: Level Design 01-19-2013, 09:20 PM
Replies: 13
Views: 3,477
Posted By Astram
It apparently is :P

It apparently is :P
Forum: Level Design 01-19-2013, 03:50 PM
Replies: 13
Views: 3,477
Posted By Astram
This error appears when I say "rvm install...

This error appears when I say "rvm install 1.9.2":
Forum: Level Design 01-08-2013, 02:32 AM
Replies: 13
Views: 3,477
Posted By Astram
Anybody else? Sorry about bumping but this is...

Anybody else? Sorry about bumping but this is urgent :/
Forum: PlayerWorlds Main Forum 01-07-2013, 04:03 AM
Replies: 148
Views: 27,283
Posted By Astram
Closed already D: I missed it :(

Closed already D: I missed it :(
Forum: Level Design 01-07-2013, 02:53 AM
Replies: 13
Views: 3,477
Posted By Astram
Dylans-MacBook-Pro:~ Dylan$ port install ruby ...

Dylans-MacBook-Pro:~ Dylan$ port install ruby
Error: Insufficient privileges to write to MacPorts install prefix.
Dylans-MacBook-Pro:~ Dylan$ sudo port install ruby
Password:
Error: Port ruby not...
Forum: Level Design 01-07-2013, 12:44 AM
Replies: 13
Views: 3,477
Posted By Astram
I tried that but nothing different happened... Or...

I tried that but nothing different happened... Or maybe I installed the wrong one, can you give me a link?
Forum: Level Design 01-06-2013, 06:14 PM
Replies: 13
Views: 3,477
Posted By Astram
Okay well, I got further but now I have this...

Okay well, I got further but now I have this error when I try to install, good thing its like 5x shorter than the last ;)

---> Computing dependencies for gonstruct
Error: Dependency 'ruby' not...
Forum: Level Design 01-06-2013, 01:43 AM
Replies: 13
Views: 3,477
Posted By Astram
What do you mean by root, I tried using google,...

What do you mean by root, I tried using google, but I didn't understand it.
Forum: Level Design 01-05-2013, 05:50 PM
Replies: 13
Views: 3,477
Posted By Astram
Gonstruct - Mac - Help

I can't edit sources.conf on my mac, I tried to follow the instructions some users suggested in the actual thread for the macport, but I still can't get it. Could someone please help? I tried...
Forum: Level Design 01-04-2013, 04:53 AM
Replies: 69
Views: 25,709
Posted By Astram
This doesn't appear to work for me and I'm dying...

This doesn't appear to work for me and I'm dying for editor on mac right now. I added every account possible.
Forum: NPC Scripting 01-02-2013, 11:01 PM
Replies: 10
Views: 2,202
Posted By Astram
Thanks! Let me try this out! Now all I need is a...

Thanks! Let me try this out! Now all I need is a way to use catchevent for it.
Forum: NPC Scripting 01-02-2013, 10:49 PM
Replies: 10
Views: 2,202
Posted By Astram
Showing Text & Images On Screen

Hey guys!
I'm back to developing and Graal in general. I was wondering how I would approach creating text and images appearing on a screen for a Heads up display. I tried various methods such as...
Showing results 1 to 25 of 327

 
Forum Jump

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


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