Initial commit
This commit is contained in:
10
scripts/guns/guns_tasks.dsc
Normal file
10
scripts/guns/guns_tasks.dsc
Normal file
@@ -0,0 +1,10 @@
|
||||
guns_unfreeze:
|
||||
debug: false
|
||||
definitions: player
|
||||
type: task
|
||||
script:
|
||||
- waituntil max:60s <[player].is_online.not.or[<[player].has_flag[guns_frozen].not>]>
|
||||
- if !<[player].has_flag[guns_frozen]>:
|
||||
- stop
|
||||
- animate <[player]> animation:stop_sitting
|
||||
- flag <[player]> guns_frozen:!
|
||||
Reference in New Issue
Block a user