results/
3 results for “wait”
GPC Programming
How a Shot Combo Is Built in GPC
A worked example of the GPC behind a 2K shot mod: a hold-then-release auto-green combo, a rhythm-style right-stick sweep, a menu page that toggles a value and saves it with set_pvar, and an OLED page that prints it.
GPC Programming
Anti-Pattern: Hardcoded wait() Timings After the 2K27 Tempo Changes
Magic-number wait() calls were survivable when 2K timing was one delay. Under 2K27's tempo model they make scripts unmaintainable. The refactor: named tables, derived segments, one tuning surface.
GPC Programming
GPC Combos & wait() Timing: Deep Dive
How combos execute, what wait() blocks, combo_run vs combo_stop, overlapping combos, and debugging timing bugs in production scripts.