Talk:Move/slide an object up and down

From the Oblivion ConstructionSet Wiki
Revision as of 10:31, 14 December 2010 by imported>Lanceor (New page: I found that the script failed to work as-is. The condition in the onactivate block: if xObject == 0 wasn't firing so the initial variables weren't set. I rectified it by changing the l...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I found that the script failed to work as-is. The condition in the onactivate block:

if xObject == 0

wasn't firing so the initial variables weren't set. I rectified it by changing the line to checking a DoOnce condition. Could someone else confirm that the original script doesn't work for them as well before I update the script? --Lanceor 10:31, 14 December 2010 (EST)