I'm getting the following error when I try to create a world/status() proc: status(t as text) // Sets the world status, to include version number
Numbered Steps to Reproduce Problem:
Attempt to compile the snippet
Code Snippet (if applicable) to Reproduce Problem:
world
proc
status(t as text) // Sets the world status, to include version number
status = "V[version] | [t]"
New()
..()
status("Waiting for players.")
Expected Results:
Allowed to create a status() proc
Actual Results:
Compile error
Does the problem occur:
Every time? Or how often?
Every time
In other games?
Yes
In other user accounts?
Untested
On other computers?
Untested
When does the problem NOT occur?
Never
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?
Untested
Workarounds:
Rename the proc.