Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Announcements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 10 votes, 5.00 average. Display Modes
  #1  
Old 01-11-2015, 06:01 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
While working on testbed I've seen this display error:

In the RC Chat tab:
Quote:
if (player.chat.starts(" at line 6: if (player.chat.starts("/Tiles"))
and in the NC tab:
Quote:
Script compiler output for Personal/someplayer/weapon:
error: unexpected token: " at line 4: addtiledef("image.png,"",0);
error: unexpected token: , at line 4: addtiledef("image.png,"",0);
error: missing semicolon at line 4: addtiledef("image.png,"",0);
error: unexpected token: ) at line 4: addtiledef("image.png,"",0);
Weapon/GUI-script Personal/someplayer/weaponadded/updated by someplayer
so yea, part of the error wasn't displayed in the NC tab. script looked like this (in case you need to reproduce the error) (and the script's been obviously wronger than wrong ):

PHP Code:
//#CLIENTSIDE
function onCreated() 
{
  
addtiledef("image.png,"",0);
}
if (player.chat.starts("
/Tiles"))
{
  addtiledef("
image.png,"",0);
}
if (
play.chat == "/reset tiles")
{
  
removetiledefs;


I've also seen that whenever you delete a weapon, the message is displayed in RC Chat unlike NPCs and classes being deleted
__________________
MEEP!

Last edited by callimuc; 01-11-2015 at 10:40 PM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:40 AM.


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