droomph
weeb
- 4,273
- Posts
- 13
- Years
- Age 28
- nowhere spectacular
- Seen Feb 2, 2017
Well, lock doesn't and can never have a function parameter, so I don't see why lock has to have () attached to the end. Other than that I fully support that idea.May I suggest something? PYTHON STYLE. ;)
Code:flag_name = 0x123 #<- flag number. flag_name2 = 0x456 #<- a different flag @entry: lock();faceplayer() if flag_name: do_things(); elif flag_name2: jump @next_label release; end;