package WurstExportedObjects_w3h import ObjEditingNatives // Modified Table (contains all custom objects) @compiletime function create_w3h_BM01() let def = createObjectDefinition("w3h", 'BM01', 'Basl') ..setInt("wurs", 42) ..setString("fnam", "Smoke Cloud") ..setString("ftip", "Smoke Cloud") ..setString("fube", "This unit's inside smoke cloud¸ it can't see and attack.") ..setString("fart", "ReplaceableTextures\\CommandButtons\\BTNCloudOfFog.blp") // Original Table (contains all modified default objects) // Wurst does not support modifying default objects // but you can copy these functions and replace 'xxxx' with a new, custom id.