Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   RC stuff (https://forums.graalonline.com/forums/showthread.php?t=74015)

theHAWKER 05-17-2007 12:26 AM

RC stuff
 
i dont under stand when you walk into a level, then on the RC it says stuff like
"GraalScript: Function timereverywhere not found at line 7 in script of npcs[43] (in level alevel.nw at pos (16, 52))"

why dose it not "find" it, and how can i fix this form happening?

Twinny 05-17-2007 12:28 AM

Normally that means a non-existing function was used serverside. Open up the level and check that all local npcs were //#CLIENTSIDE'd properly.

theHAWKER 05-17-2007 12:37 AM

Quote:

Originally Posted by Twinny (Post 1308574)
Normally that means a non-existing function was used serverside. Open up the level and check that all local npcs were //#CLIENTSIDE'd properly.

is there a way to disable these messages?

cbk1994 05-17-2007 12:46 AM

Just get rid of the problem. What the hell does timereverywhere; do anyway? I can't think of any need for something like it.

Admins 05-17-2007 12:58 AM

timereverywhere; was used in classic mode to say that the npc timeout events should be executed on all clients, not just the first person in the level. That function doesn't do anything anymore.
For disabling the error message, see http://wiki.graal.net/index.php/Serv...errors_to_file
Errors like missing function calls are reported so that you can fix the scripts (the function call might have a purpose after all)

Deadly_Killer 05-17-2007 01:17 AM

Would be cool if we can make custom scriptlogfunctions

Twinny 05-17-2007 06:32 AM

I much prefer having the errors popup on RC but when you go to playerworlds where LAT's don't know the difference between clientside and serverside: It does get pretty annoying ^^

Inverness 05-17-2007 09:52 PM

Methinks there should be a separate tab for the NC.


All times are GMT +2. The time now is 12:08 PM.

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