Hello
I have been working on a system in my building game for users to have a security-camera kind of system for viewing a remote obj.
Well here is how the code goes as of right now..
(obj and verb stuff goes here)
Control_Camera(obj/camera in view())
set src in oview(1)
if(camera.network==src.network)
eye = camera
usr << "Camera controlled. Use the Exit Camera verb to close the camera." (The text goes on and doesn't wrap around)
usr.verbs += /mob/camera/verb/Exit_Camera
Anyway when I do this I get the error
Ex.dm:235:error:eye:undefined var
I am trying to make the user's viewpoint to be camera's viewpoint. Any idea how I could fix this?
ID:166223
![]() Sep 3 2006, 3:48 pm
|
|
![]() Sep 3 2006, 3:51 pm
|
|
Hey Mech. :) I don't have any clue, but I hope you find the answer. (This is Sprout, btw)
|