ID:85911
 
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!
runtime error: undefined variable /client/var/medals
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).
Perfection144 wrote:
runtime error: undefined variable /client/var/medals
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).

Happened to me aswell.
Mickemoose wrote:
Perfection144 wrote:
runtime error: undefined variable /client/var/medals
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).

Happened to me aswell.

I've fixed this for the new update. Should be up tonight.