Initial commit
Initial commit [v9.7]
This commit is contained in:
16
_module/nss/ent_cnv_room2f.nss
Normal file
16
_module/nss/ent_cnv_room2f.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
SetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF), TRUE);
|
||||
|
||||
object oTarget;
|
||||
|
||||
oTarget = GetObjectByTag("room2f");
|
||||
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user