ID:148968
 
The code is as follows:
client
Center()
usr << "You have [HP] health!" // Error here


The errors are:
loading Inf.dme
health.dm:3:error:HP:undefined var
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:vi sibility:warning: visibility is being phased out; use invisibility
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:sr c.visibility:warning: visibility is being phased out; use invisibility
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 - 1 error, 4 warnings (double-click on an error to jump to it)

Drafonis wrote:
The code is as follows:
client
> Center()
> usr << "You have [HP] health!" // Error here

The errors are:
loading Inf.dme
health.dm:3:error:HP:undefined var
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:vi sibility:warning: visibility is being phased out; use invisibility
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:sr c.visibility:warning: visibility is being phased out; use invisibility
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 - 1 error, 4 warnings (double-click on an error to jump to it)


Yes, visibility was fased out, simply change it to what it said.

Make sure your HP var is defined as well, then your set =P

RaeKwon
In response to RaeKwon
RaeKwon wrote:
Drafonis wrote:
The code is as follows:
client
> > Center()
> > usr << "You have [HP] health!" // Error here

The errors are:
loading Inf.dme
health.dm:3:error:HP:undefined var
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:vi sibility:warning: visibility is being phased out; use invisibility
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:sr c.visibility:warning: visibility is being phased out; use invisibility
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 - 1 error, 4 warnings (double-click on an error to jump to it)


Yes, visibility was fased out, simply change it to what it said.

Make sure your HP var is defined as well, then your set =P

RaeKwon

Odd... I changed HP to usr.HP in the Center() proc, and it worked. The warnings while looking at the error messages are probably slight problems that Spuzzum forgot to remove while making s_admin.
In response to Drafonis
Drafonis wrote:
RaeKwon wrote:
Drafonis wrote:
The code is as follows:
client
> > > Center()
> > > usr << "You have [HP] health!" // Error here

The errors are:
loading Inf.dme
health.dm:3:error:HP:undefined var
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:vi sibility:warning: visibility is being phased out; use invisibility
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:sr c.visibility:warning: visibility is being phased out; use invisibility
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 - 1 error, 4 warnings (double-click on an error to jump to it)


Yes, visibility was fased out, simply change it to what it said.

Make sure your HP var is defined as well, then your set =P

RaeKwon

Odd... I changed HP to usr.HP in the Center() proc, and it worked. The warnings while looking at the error messages are probably slight problems that Spuzzum forgot to remove while making s_admin.

Look closley at the errors: visibility is being phased out; use invisibility


Now, click the errors, and change visibility to invisibility

Then Walla! Done! So hard? nah!

RaeKwon
In response to RaeKwon
RaeKwon wrote:
Drafonis wrote:
RaeKwon wrote:
Drafonis wrote:
The code is as follows:
client
> > > > Center()
> > > > usr << "You have [HP] health!" // Error here

The errors are:
loading Inf.dme
health.dm:3:error:HP:undefined var
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:vi sibility:warning: visibility is being phased out; use invisibility
f:\BYOND\users\MASTER\lib\spuzzum\s_admin\s_admin2.dm:440:sr c.visibility:warning: visibility is being phased out; use invisibility
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 - 1 error, 4 warnings (double-click on an error to jump to it)


Yes, visibility was fased out, simply change it to what it said.

Make sure your HP var is defined as well, then your set =P

RaeKwon

Odd... I changed HP to usr.HP in the Center() proc, and it worked. The warnings while looking at the error messages are probably slight problems that Spuzzum forgot to remove while making s_admin.

Look closley at the errors: visibility is being phased out; use invisibility


Now, click the errors, and change visibility to invisibility

Then Walla! Done! So hard? nah!

RaeKwon

Okay. It's done. Now, just two warnings.