Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/addescorted.nss
Normal file
7
_module/nss/addescorted.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
DeleteLocalInt(OBJECT_SELF, "Lost");
|
||||
SetLocalInt(OBJECT_SELF, "Escorted", TRUE);
|
||||
SetLocalInt(OBJECT_SELF, "EventEscorted", TRUE);
|
||||
AddHenchman(GetPCSpeaker());
|
||||
}
|
Reference in New Issue
Block a user