#pragma ignore type_checking
mob/Login()
var o = new/obj
o.name = "Object"
world << o.name
ID:2959800
![]() Jan 9, 5:26 pm
|
|||||||
Redundant
| |||||||
The ability to disable type checking when accessing variables with no type specified.
|