Thingamajig Posted August 30, 2011 Share Posted August 30, 2011 (edited) Hi everyone. edit ----Ok, all i need now is: how would i make a script so that an item is removed from a container every 30 minutes of IN-GAME time? (has to be timescale friendly ie - will remove the item every in-game 30 minutes regardless of games timescale) Really this needs to be ran as a quest script. Thanks for all who help. Edited September 3, 2011 by Thingamajig Link to comment Share on other sites More sharing options...
Thingamajig Posted September 3, 2011 Author Share Posted September 3, 2011 Anyone? Link to comment Share on other sites More sharing options...
caramellcube Posted September 4, 2011 Share Posted September 4, 2011 Just done some research and it looks like GameHour might work, according to the geck wiki "While GameHour and GameDay are defined as short, they return float values. For instance, at 2:30 AM, GameHour has the value 2.5. " http://geck.bethsoft.com/index.php/Special_Variables So, this is untested guesswork but something along these lines might be worth a try... float timerbegin gamemodeif GameHour - timer > 0.5 removeitem set timer to GameHourendifend Link to comment Share on other sites More sharing options...
Recommended Posts