Numbered Steps to Reproduce Problem: Place the code
F_damage(bug, "#FF5603", F_Damage.RIGHT_ALIGN)
Code Snippet (if applicable) to Reproduce Problem:
F_damage(bug, "#FF5603", F_Damage.RIGHT_ALIGN)
And the error code is:
loading Devotion Online.dme
objects.dm:1:error: bad argument definition
Devotion Online.dmb - 1 error, 0 warnings (double-click on an error to jump to it)
But the error changes to something else such as main.dm for the same reason as soon as you delete the objects.dm file (just for debug purposes)
The code in objects.dm that it is bringing up an error is the word 'obj' at the beginning of the page
Expected Results:
Actual Results:
Does the problem occur:
Every time? Or how often? Yes
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur? When I don't put in the code, but then if I dont put in the code then I Im not even using F_Damage and I really want to.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) No
Workarounds: None
It sounds more to do with where you are calling F_Damage(), than a bug, per-say, but I need some kind of sample of how you're using it, from you to confirm that.