![]() |
Help with scripting
How do I add something on to everything a player says, so say I wanted to put "blah blah" on the end of each message?
|
if (!startswith(#c,Blah)) {
setcharprop #c,Blah #c Blah; } that should work, I think thats how newmain does it |
Well that's basically this:
NPC Code:if (playerchats) setplayerprop #c,#c blah blah; |
Oh, i thought you said ends, not end
|
All times are GMT +2. The time now is 12:18 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.