ID:174925
 
When I compile i get no errors but in the game i get a runtime error, Here's the coding and the error:
mob
Login()
src.loc = locate(1,1,1)
var/client/I = new('Turfs.dmi',"Pointer")
src.client.mouse_pointer_icon = I

runtime error: Cannot create objects of type /client.
proc name: Login (/mob/Login)
usr: Koolguy900095 (/mob)
src: Koolguy900095 (/mob)
call stack:
Koolguy900095 (/mob): Login()
Koolguy900095 (/client): New()
var/icon/I, not var/client/I.