Point
icon = 'floor.dmi'
icon_state = "Point"
density = 0
Enter() // 104
Level1 - 1 // 105
Walls.dm:105:- :warning: statement has no effect
Walls.dm:104:error::empty type name (indentation error?)
ID:171252
![]() Oct 21 2004, 12:14 pm
|
|
Point Walls.dm:105:- :warning: statement has no effect Walls.dm:104:error::empty type name (indentation error?) |
![]() Oct 21 2004, 12:18 pm
|
|
Point is indented too much
|
The no effect error is because you're not actually subtrating anything. -= is to subtract.
|
obj |
any idea why it dont work?
var/global/Level1 Walls.dm:105:error:Level1:duplicate definition Walls.dm:105:error:1:duplicate definition Walls.dm:105:error:-= :instruction not allowed here |