Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   length!? (https://forums.graalonline.com/forums/showthread.php?t=29487)

aesquivel 05-19-2002 11:54 AM

length!?
 
how do you make it where you can only have a certain amount of characters in what you say?!

Neonight 05-19-2002 12:31 PM


Jagen:
use strlen(#c)

aesquivel 05-19-2002 12:33 PM

Quote:

Originally posted by Neonight

Jagen:
use strlen(#c)

oh okay thanx

screen_name 05-21-2002 11:54 PM

NPC Code:

if (playerchats && strlen(#c)>20) {
setplayerprop #c, #e(0,20,#c);
}



easy as that


All times are GMT +2. The time now is 04:42 PM.

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