mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 23:05:43 -04:00
77242bd12e
turns
```lisp
(eval! (new 'stack 'script-context (process->ppointer self) self (the-as vector #f)) '(teleport))
(eval! (new 'stack 'script-context (process->ppointer self) self (the-as vector #f)) (-> arg0 on-goto))
```
into
```lisp
(script-eval '(teleport))
(script-eval (-> arg0 on-goto))
```