Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Nick name limit (https://forums.graalonline.com/forums/showthread.php?t=134266573)

greggiles 06-04-2012 04:12 PM

Nick name limit
 
How do I do a check on the a character limit on a nick name? Like a name can only be 10 letters long.

BlueMelon 06-04-2012 06:56 PM

PHP Code:

if(player.nick.length() > 10){
   
player.chat "Nickname is limited to 10 characters!";
   
player.nick player.nick.substring(0,10); 




All times are GMT +2. The time now is 05:19 PM.

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