BYOND Version: 429.999
Operating System:
Web Browser:
Game/Hub(s): hub://
Video Card (for graphics bugs):
Descriptive Problem Summary:The get_dir() proc, atom.dir, etc are returning the numerical value of the direction so 1,4,8,2 for north east west south instead of NORTH EAST WEST SOUTH. Not sure if its suppose to or not but realized when i was doing a direction check and wasnt registering with the words so did a test to see what it was returning.
Numbered Steps to Reproduce Problem:make a simple verb like
mob/verb/Test()
usr<<"[usr.dir]"
Expected Results:Expected words like NORTH SOUTH according to the DM Guide
Actual Results:numbers 1-8 depending on direction
Does the problem occur:
Every time? Or how often?every time
Workarounds:Check for numbers instead of words just bringing this up not sure if it was changed and I couldnt find the post but i looked for a post about it and nothing came up.
There's no other way to do it as of yet, I guess.
Some people perfer the numbers, I guess.
Should work I guess...?