View Single Post
  #1  
Old 03-13-2010, 03:19 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Thumbs up

Quote:
Originally Posted by fowlplay4 View Post
And I said to open the suspected gani that's causing the problem with a text editor like notepad.
Ah, okay.

This is what It said

HTML Code:
PLAYSOUND sound.wav 0.9375 -17.0625
PLAYSOUND sound.wav 0.75 17.375
What now?

---------


Quote:
Originally Posted by fowlplay4 View Post
You're mixing GS1 and GS2 there.

message Grab me!; in GS2 is basically

this.chat = "Grab me!"; OR

message("Grab me!");
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
message("Grab me!");
}
function 
onActionGrab() {
  
openUrl("http://forums.graalonline.com/forums/showthread.php?t=134258011");

I tried your idea of the replace message thing but, i get errors. Although the script still works fine.. Scripting is confusing, how can you have an error and it works? But at the same time it's still the wrong type of script?


PHP Code:
ErrorMissing brackets end: ) 
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?

Last edited by jkldogg; 03-13-2010 at 03:31 AM.. Reason: double post
Reply With Quote