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()
ID:174925
Jul 5 2003, 12:45 pm
|
|
When I compile i get no errors but in the game i get a runtime error, Here's the coding and the error:
|
Jul 5 2003, 1:24 pm
|
|
var/icon/I, not var/client/I.
|