Medal Lib version 1011 has been released - this version is VERY basic and has only been tested in very limited conditions - I'm hoping you guys in your infinite wisdom will download this library and test it, telling me about any problems you have.
Here's the library: http://www.byond.com/developer/AZA/MedalLib
Enjoy!
|
||||||||
proc name: award medal (/proc/award_medal)
usr: null
src: null
call stack:
award medal(Perfection144 (/client), Logged In! (/obj/screen/medal/loggedin))
Perfection144 (/client): New()
runtime error: undefined variable /client/var/client
proc name: award medal effect (/proc/award_medal_effect)
usr: null
src: null
call stack:
award medal effect(Perfection144 (/client), Logged In! (/obj/screen/medal/loggedin))
award medal(Perfection144 (/client), Logged In! (/obj/screen/medal/loggedin))
This happened directly upon login(Obviously).