Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Aug 1, 2024
1 parent 4fff159 commit 95c5eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Recompile game scripts.
rw3d_cli.exe reload
```

Recompile game scripts while developing a mod using REDkit.
```ps1
rw3d_cli.exe --target=editor reload
```

Remotely call an exec function from the game. Remember to use quotation marks for the command argument.
```ps1
rw3d_cli.exe exec "spawn('Nekker', 3)"
Expand Down

0 comments on commit 95c5eeb

Please sign in to comment.