Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
9
_module/nss/dae_namer_get.nss
Normal file
9
_module/nss/dae_namer_get.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
||||
if (sTalk != "")
|
||||
{
|
||||
if (GetStringLength(sTalk) > 30) {sTalk = GetStringLeft(sTalk, 30);}
|
||||
SetLocalString(OBJECT_SELF, "Name", sTalk);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user