Goldenhog
Wandering Protagonist
Code:
if (mo.spawnpoint.options & MTF_EXTRA)
(...)
end
This does not work, it throws up an "attempt to perform arithmetic on global 'MTF_EXTRA' (a nil value)" error. I know the syntax is correct, because if I change it to MTF_OBJECTFLIP, MTF_OBJECTSPECIAL or MTF_AMBUSH, it works.
Did the way MTF_EXTRA changed and the wiki is not up to date with it yet, or is it bugged?