Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/bbs_scribe_t_get.nss
Normal file
9
nwn_dark_sun/bbs_scribe_t_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, "#T", sTalk);
|
||||
SetLocalString(OBJECT_SELF, "Stack", "");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user