Quote:
Originally Posted by fowlplay4
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
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:
Error: Missing brackets end: )