ID:148854
 
What does this mean?

obj
TitanControlBox
icon = 'titancontrol.dmi'
density = 1
verb
Pickup()
set src in oview(1) // Error
if(usr.Team == "Collective") // Error
world << "Collectives win!"
usr.score += 1000
usr.Experience += 1000
for(var/mob/M in world)
if(M.Team == "Collective")
M.score += 1000
M.Experience += 1000
world.Reboot()
else
usr << "Do you REALLY want to betray your own team?"


The errors are:

loading Inf.dme
controlboximplementation.dm:7:error:oview:undefined proc
controlboximplementation.dm:8:error::invalid expression
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:998:if :warning: if statement has no effect
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:999:if :warning: if statement has no effect

Inf.dmb - 2 errors, 2 warnings (double-click on an error to jump to it)
unindent everything after the set src in oview(1)
In response to Garthor
Thanks, Garthor. Now I am ready.