Initial commit
Initial commit [v9.7]
This commit is contained in:
23
_module/nss/ent_cnv_sl_outsk.nss
Normal file
23
_module/nss/ent_cnv_sl_outsk.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
object oSelf = OBJECT_SELF;
|
||||
|
||||
SetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF), TRUE);
|
||||
|
||||
object oTarget;
|
||||
|
||||
ClearAllActions();
|
||||
|
||||
oTarget = GetObjectByTag("sl_outskrts");
|
||||
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
// Destroy an object (not fully effective until this script ends).
|
||||
DelayCommand(3.0, DestroyObject(oSelf));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user