Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/bbs_start.nss
Normal file
14
_module/nss/bbs_start.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "bbs_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
if (GetIsPC(oPC)) {
|
||||
bbs_initiate(OBJECT_SELF);
|
||||
//SetLocalInt(GetLocalObject(GetModule(), "BBS_" + GetTag(OBJECT_SELF)), "PageIndex", 0);
|
||||
|
||||
bbs_change_page(-1000);
|
||||
SetLocalString(oPC,"PostAuthor","");
|
||||
ActionStartConversation(oPC, "", TRUE);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user