Changed folder name.
Changed folder name.
This commit is contained in:
14
_module/nss/bbs_scribe_m_get.nss
Normal file
14
_module/nss/bbs_scribe_m_get.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
// Modified by AW Olorin 1-26-2004 - Message Stone modification
|
||||
|
||||
void main()
|
||||
{
|
||||
string sAuthor = GetPCPlayerName(GetLocalObject(OBJECT_SELF,"Customer"));
|
||||
|
||||
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
|
||||
if (sTalk != "") {
|
||||
if (GetStringLength(sTalk) > 200) {sTalk = GetStringLeft(sTalk, 200);}
|
||||
SetLocalString(GetModule(), GetLocalString(OBJECT_SELF,"StoneID"), sTalk);
|
||||
SetLocalString(GetModule(),(GetLocalString(OBJECT_SELF,"StoneID") + "_Author"),sAuthor);
|
||||
SetLocalString(OBJECT_SELF, "Stack", "");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user