Difference between revisions of "Talk:Activate"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Tegid
(Questions about missing activations)
imported>Mrflippy
Line 3: Line 3:
--[[User:Kkuhlmann|Kkuhlmann]] 12:04, 6 April 2006 (EDT): What you wrote means the door is activating the player. If you want to simulate the player activating a door: DoorID.Activate player
--[[User:Kkuhlmann|Kkuhlmann]] 12:04, 6 April 2006 (EDT): What you wrote means the door is activating the player. If you want to simulate the player activating a door: DoorID.Activate player


==Scripting Issues==
--[[User:Mrflippy|Mrflippy]] 12:59, 12 April 2006 (EDT) I've been having some issues with this command in scripts. Sometimes, "object.activate me, 1" just doesn't work. The OnActivate block in the script attached to object isn't run at all. Most of the activators I work with are dynamically created using PlaceAtMe. Is this the source of the problem?
--[[User:Mrflippy|Mrflippy]] 12:59, 12 April 2006 (EDT) I've been having some issues with this command in scripts. Sometimes, "object.activate me, 1" just doesn't work. The OnActivate block in the script attached to object isn't run at all. Most of the activators I work with are dynamically created using PlaceAtMe. Is this the source of the problem?


--[[User:Tegid|Tegid]] 13:37, 12 April 2006 (EDT) I too am having this problem.  Is there some kind of time constraint on activation?  What causes them to just not activate?  If they are already inside their OnActivate block and someone calls Activate on them, what happens then?
--[[User:Tegid|Tegid]] 13:37, 12 April 2006 (EDT) I too am having this problem.  Is there some kind of time constraint on activation?  What causes them to just not activate?  If they are already inside their OnActivate block and someone calls Activate on them, what happens then?

Revision as of 12:54, 12 April 2006

This page is unclear, does player.Activate doorID mean the player activates the door, or the door activates the player?

--Kkuhlmann 12:04, 6 April 2006 (EDT): What you wrote means the door is activating the player. If you want to simulate the player activating a door: DoorID.Activate player

Scripting Issues

--Mrflippy 12:59, 12 April 2006 (EDT) I've been having some issues with this command in scripts. Sometimes, "object.activate me, 1" just doesn't work. The OnActivate block in the script attached to object isn't run at all. Most of the activators I work with are dynamically created using PlaceAtMe. Is this the source of the problem?

--Tegid 13:37, 12 April 2006 (EDT) I too am having this problem. Is there some kind of time constraint on activation? What causes them to just not activate? If they are already inside their OnActivate block and someone calls Activate on them, what happens then?