Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   #b (serverside) (https://forums.graalonline.com/forums/showthread.php?t=40288)

Com013 11-13-2002 11:18 PM

#b (serverside)
 
When doing this serverside:
NPC Code:

if (pm) {
setstring temp,Auto-Reply:;
for (i=0; i<paramscount; i++)
setstring temp,#s(temp)#b#p(i);
sendpm #s(temp);
setstring temp,;
}


You are getting this result:
Quote:

Auto-Reply:#bfirst line#bsecond line#bend
(I already sent Stefan a forum PM about this, but I didn't get an answer)

Python523 11-14-2002 10:52 AM

stefan said he added support for signs to allow #b in strings, guess he forgot sendpm x_x

Com013 11-14-2002 07:55 PM

Quote:

Originally posted by Python523
stefan said he added support for signs to allow #b in strings, guess he forgot sendpm x_x
Yes, Stefan dared to log on to Classicdev (suicide) while I was on RC, so I asked him to add lots of things and one of them was #b.
Now I replaced sendpm with say2, and that worked. So the problem is only sendpm.

Python523 11-15-2002 04:53 AM

just a suggestion but maybe try using <br> or use the breaking character wordpad uses (open a .nw file in notepad and it shows where scripts shuld start a new line if you dont know what it means) I'm not sure if that'll work tho

Com013 11-15-2002 06:26 PM

<br> - would work, but not for those who disabled HTML

Stefan fixed it now anyway.


All times are GMT +2. The time now is 10:09 AM.

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