Undisabling

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
Gladus
Posts: 9
Joined: Wed Sep 17, 2014 12:45 pm

Undisabling

Post by Gladus »

I have a buzzle that has spawners shooting blobs at diffrent times. I have made to this 9 timers wich each activate spawner once and then disable themselfs. How do i "undisable" allready disabled timer ( if someone fails and wants to try again)? ive tryed some skripting but im beginer and i didnt get it work. Please can anyone give some advise?
User avatar
SnowyOwl47
Posts: 148
Joined: Fri Sep 12, 2014 10:41 pm

Re: Undisabling

Post by SnowyOwl47 »

Code: Select all

timer_name.timer:enabled(true)
Gladus
Posts: 9
Joined: Wed Sep 17, 2014 12:45 pm

Re: Undisabling

Post by Gladus »

Thank you ^^
Post Reply