Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   ; Bug (https://forums.graalonline.com/forums/showthread.php?t=48139)

DarkShadows_Legend 09-21-2003 05:45 AM

; Bug
 
I'm not sure if this is a bug or just a mistake I did somewhere.

NPC Code:

setstring this.string,
"blah blah blah",
"and so on and so on ; < --- produces an error even if in quotation marks",
"blah blah end";



The semicolon can't be used inside of the quotation marks. The semicolon won't show up when being displayed as a text message and produces an error when tested.
I haven't had this problem/error occur with anything else yet. Only with the semicolon.

Python523 09-21-2003 06:06 AM

not really a bug, you shouldn't be using it in there, but if you must use it find the ascii value of ; and use #K in the string


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

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