Difference between revisions of "Talk:GetButtonPressed"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Snarker
(New page: The example script does an infinite loop. Because the GetButtonPress is in GameMode, it will keep getting the button pressed over and over, thus displaying the final dialog over and over ...)
 
imported>Snarker
Line 1: Line 1:
The example script does an infinite loop.  Because the GetButtonPress is in GameMode, it will keep getting the button pressed over and over, thus displaying the final dialog over and over again.--[[User:Snarker|Snarker]] 22:27, 7 December 2007 (EST)
The example script does an infinite loop.  Because the GetButtonPress is in GameMode, it will keep getting the button pressed over and over, thus displaying the final dialog over and over again. I edited the code to fix this error.  --[[User:Snarker|Snarker]] 22:27, 7 December 2007 (EST)

Revision as of 22:29, 7 December 2007

The example script does an infinite loop. Because the GetButtonPress is in GameMode, it will keep getting the button pressed over and over, thus displaying the final dialog over and over again. I edited the code to fix this error. --Snarker 22:27, 7 December 2007 (EST)