Difference between revisions of "Useful Scripts"
Jump to navigation
Jump to search
→Autoclosing door: shouldn't -> should (or change the script, this is how it works)
imported>Cipscis (Reference scripts can use implied reference syntax) |
imported>Qazaaq (→Autoclosing door: shouldn't -> should (or change the script, this is how it works)) |
||
Line 38: | Line 38: | ||
Begin OnActivate | Begin OnActivate | ||
Activate | Activate | ||
if IsActionRef Player == 0 ;if it | if IsActionRef Player == 0 ;if it should work for the player remove this... | ||
set doorTimer to 5 | set doorTimer to 5 | ||
set closeDoor to 1 | set closeDoor to 1 |