Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on the wiki appears wrong for c2e rscr termination #15

Open
pushfoo opened this issue Jun 25, 2020 · 0 comments
Open

Documentation on the wiki appears wrong for c2e rscr termination #15

pushfoo opened this issue Jun 25, 2020 · 0 comments
Labels
C3/DS Creatures 3 / Dockingstation related CAOS CAOS Programming Language documentation Improvements or additions to documentation

Comments

@pushfoo
Copy link
Member

pushfoo commented Jun 25, 2020

The wiki page for rscr states the following:

Typically ENDM is used to mark the end of the removal script, although SCRP and ISCR can also mark the end of the removal script.

This does not appear to be true under lc2e. Both of the folowing yield errors:

rscr
        outs "removed"
scrp 1 1 9002 1
        outs "9002 click"
endm

and

rscr
        outs "removed"
scrp
@pushfoo pushfoo added C3/DS Creatures 3 / Dockingstation related CAOS CAOS Programming Language documentation Improvements or additions to documentation labels Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C3/DS Creatures 3 / Dockingstation related CAOS CAOS Programming Language documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant