How timer and counter works ?
Posted: Thu Sep 13, 2012 6:21 pm
Hello guys:)
First i want to thanks for great job..
I try to make my own dungeon (on steamworks "Agalons") and i want to make some difficult traps and puzzles but for it i need timers and counters. Can anyone explain how it works ? Oh and also why this script doesnt work ?
-- magic pool
function whyitdontwork()
if dungeon_alcove_3:containedItems() == "orb" then
secretdoor21:open()
else
secretdoor21:close()
end
end
I'm really bad programmer
Thanks all
First i want to thanks for great job..
I try to make my own dungeon (on steamworks "Agalons") and i want to make some difficult traps and puzzles but for it i need timers and counters. Can anyone explain how it works ? Oh and also why this script doesnt work ?
-- magic pool
function whyitdontwork()
if dungeon_alcove_3:containedItems() == "orb" then
secretdoor21:open()
else
secretdoor21:close()
end
end
I'm really bad programmer
Thanks all